【发布时间】:2014-10-07 02:23:40
【问题描述】:
我正在尝试删除 WordPress 页面中不需要的空间。这是该页面的链接:http://lectorbookclub.com/current-conversations/。我正在尝试使用 CSS 来修复它,因为我只能编辑 CSS 和 HTML。
我使用 Firebug 收集了这段代码:
<div id="content" role="main">
<article id="post-12581" class="post-12581 post type-post status-publish format- standard hentry category-fall-2013 category-uncategorized tag-end-of-year-post clear-fix">
<div class="featured-image">
<a href="http://lectorbookclub.com/2014/05/01/eng-202b-summary-post/" title="Permalink to Eng 202B Summary Post" rel="bookmark">
<img src="http://s0.wp.com/wp-content/themes/pub/oxygen/images/archive-thumbnail-placeholder.gif?m=1335191815g" alt="" class="attachment-archive-thumbnail" scale="0"/>
</a>
</div>
<header class="entry-header">
<h1 class="entry-title">
<div class="entry-meta">
<span class="entry-date">
<span class="byline">
<span class="comments-link">
<span class="edit-link">
</div>
</header>
<div class="entry-summary clear-fix">
<a href="http://lectorbookclub.com/2014/05/01/eng-202b-summary-post/" title="Permalink to Eng 202B Summary Post" rel="bookmark" class="read-more">Read Article →</a>
【问题讨论】:
-
您必须向我们提供更多信息!什么是不需要的空间?
-
当我将鼠标悬停在 Firebug 中的空间上时,它指向
-
哪个空间?上、左、右、下?您希望它如何显示?
-
尴尬的空间在入口标题的右侧。它是左侧 [包含日期、作者姓名、发表评论] 和包含内容摘录的黑框之间的空格。
-
如何减少日期与其条目之间的差距?左边是日期(后面是作者和发表评论链接),右边是条目(在黑色背景框中)
标签: css wordpress header space