<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress.com Forums &#187; Tag: comment spacing - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/comment-spacing</link>
		<description>WordPress.com Forums &#187; Tag: comment spacing - Recent Posts</description>
		<language>en</language>
		<pubDate>Wed, 19 Jun 2013 09:13:00 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/comment-spacing" rel="self" type="application/rss+xml" />

		<item>
			<title>thesacredpath on "Suburbia, Comments, CSS, White Space"</title>
			<link>http://en.forums.wordpress.com/topic/suburbia-comments-css-white-space#post-886262</link>
			<pubDate>Mon, 14 May 2012 19:06:28 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">886262@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome and sorry about my poor checking and editing, but glad you got it worked out. It looks good. The spacing is a little tight for my taste, but that's me. :-)
</p>
]]></description>
					</item>
		<item>
			<title>theotcspace on "Suburbia, Comments, CSS, White Space"</title>
			<link>http://en.forums.wordpress.com/topic/suburbia-comments-css-white-space#post-885980</link>
			<pubDate>Mon, 14 May 2012 09:46:59 +0000</pubDate>
			<dc:creator>theotcspace</dc:creator>
			<guid isPermaLink="false">885980@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I spotted a reversed curly bracket in the H3 snip above too. With experimentation, this is the end result, a lot less white space, but this is to allow for a considerable number of entries on the one page. Many many thanks Mr Path.</p>
<blockquote><p>
.comment,.pingback {<br />
	margin-top:0;<br />
}</p>
<p>.comment-content p {<br />
	margin-top:1px;<br />
	margin-bottom:0;<br />
}</p>
<p>.comment-meta {<br />
	margin-top:1px;<br />
}</p>
<p>h3#reply-title {<br />
	margin-top:4px!important;<br />
}</p>
<p>.comment-date {<br />
	margin-bottom:4px;<br />
}
</p></blockquote>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Suburbia, Comments, CSS, White Space"</title>
			<link>http://en.forums.wordpress.com/topic/suburbia-comments-css-white-space#post-885972</link>
			<pubDate>Mon, 14 May 2012 09:36:52 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">885972@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I just noticed I have an extra space and curly bracket on the first bit of code. Take that out as that is probably what was making things disappear.</p>
<pre><code>.comment-meta {
margin-top: 12px;
}</code></pre>
<p>What you will find is that you need to work all three of them together to keep thing aligned if you tighten things up past a certain point (the username will not align horizontally with the top line of text in the comment sort of thing). It will just depend on how much you tighten things up.
</p>
]]></description>
					</item>
		<item>
			<title>theotcspace on "Suburbia, Comments, CSS, White Space"</title>
			<link>http://en.forums.wordpress.com/topic/suburbia-comments-css-white-space#post-885964</link>
			<pubDate>Mon, 14 May 2012 09:27:24 +0000</pubDate>
			<dc:creator>theotcspace</dc:creator>
			<guid isPermaLink="false">885964@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You've been very helpful, I tried testing and previewing the code (above), after I save it, some of the items disappear, not sure why, what I'm left with is:</p>
<p>.comment,.pingback {<br />
	margin-top:0;<br />
}</p>
<p>.comment-content p {<br />
	margin-top:12px;<br />
	margin-bottom:4px;<br />
}</p>
<p>It also seems that the block with the name and date is the component that determines the row height, rather than the text itself.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Suburbia, Comments, CSS, White Space"</title>
			<link>http://en.forums.wordpress.com/topic/suburbia-comments-css-white-space#post-885956</link>
			<pubDate>Mon, 14 May 2012 09:18:31 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">885956@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Actually I think it looks quite nice right now, but then again I like whitespace. If you take away too much, things will visually run together and be more difficult to read. But add the following to your CSS and adjust the values.</p>
<pre><code>.comment-meta { {
margin-top: 12px;
}

.comment-content p {
margin-top: 12px;
margin-bottom: 12px;
}</code></pre>
<p>With the following you can adjust the space below the bottom content.</p>
<pre><code>h3#reply-title }
margin-top: 20px !important;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>theotcspace on "Suburbia, Comments, CSS, White Space"</title>
			<link>http://en.forums.wordpress.com/topic/suburbia-comments-css-white-space#post-885946</link>
			<pubDate>Mon, 14 May 2012 08:54:48 +0000</pubDate>
			<dc:creator>theotcspace</dc:creator>
			<guid isPermaLink="false">885946@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Brilliant thanks - have a look now, there's still a blank line above and below the dividing line - can I eliminate that too?</p>
<p><a href="http://hertshps.wordpress.com/forum/">http://hertshps.wordpress.com/forum/</a>
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Suburbia, Comments, CSS, White Space"</title>
			<link>http://en.forums.wordpress.com/topic/suburbia-comments-css-white-space#post-885943</link>
			<pubDate>Mon, 14 May 2012 08:46:39 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">885943@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It's actually top margin on the comments that does that.  Add this to your CSS and then adjust the 35px top margin value as desired.</p>
<pre><code>.comment, .pingback {
margin-top: 35px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>theotcspace on "Suburbia, Comments, CSS, White Space"</title>
			<link>http://en.forums.wordpress.com/topic/suburbia-comments-css-white-space#post-885939</link>
			<pubDate>Mon, 14 May 2012 08:40:43 +0000</pubDate>
			<dc:creator>theotcspace</dc:creator>
			<guid isPermaLink="false">885939@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>On this page: <a href="http://hertshps.wordpress.com/forum/">http://hertshps.wordpress.com/forum/</a></p>
<p>Before each comment is a few lines of white space - can someone show me the CSS to reduce that? I've looked at the CSS for Suburbia and tried a few edits to try out changes to the Comment CSS but no luck yet.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "comment replies on Wu Wei getting toooo small"</title>
			<link>http://en.forums.wordpress.com/topic/comment-replies-on-wu-wei-getting-toooo-small#post-590587</link>
			<pubDate>Sat, 16 Apr 2011 17:43:14 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">590587@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks Jake, and you are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>jakethy on "comment replies on Wu Wei getting toooo small"</title>
			<link>http://en.forums.wordpress.com/topic/comment-replies-on-wu-wei-getting-toooo-small#post-590492</link>
			<pubDate>Sat, 16 Apr 2011 12:05:06 +0000</pubDate>
			<dc:creator>jakethy</dc:creator>
			<guid isPermaLink="false">590492@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Your super powers have manifested yet again - looks terrific.<br />
Thanks!  Wishing you an awesome weekend -<br />
Jake
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "comment replies on Wu Wei getting toooo small"</title>
			<link>http://en.forums.wordpress.com/topic/comment-replies-on-wu-wei-getting-toooo-small#post-590409</link>
			<pubDate>Sat, 16 Apr 2011 04:53:41 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">590409@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@jakethy, give this a try. Add it at the bottom of your CSS and see what you think.</p>
<pre><code>h3#comments {
padding-bottom: 1.2em;
}

#comment-wrapper {
padding-left: 0;
}

ol.commentlist li {
padding-left: 5em;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "comment replies on Wu Wei getting toooo small"</title>
			<link>http://en.forums.wordpress.com/topic/comment-replies-on-wu-wei-getting-toooo-small#post-590407</link>
			<pubDate>Sat, 16 Apr 2011 04:44:19 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">590407@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@jakethy, this can be adjusted a little with CSS, but the way Wu Wei is designed there is only so much that can be done. Let me play with it a little and I'll post some CSS here for you to try.
</p>
]]></description>
					</item>
		<item>
			<title>raincoaster on "comment replies on Wu Wei getting toooo small"</title>
			<link>http://en.forums.wordpress.com/topic/comment-replies-on-wu-wei-getting-toooo-small#post-590383</link>
			<pubDate>Sat, 16 Apr 2011 03:30:52 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">590383@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Sounds like you have Nested Replies turned on. The same thing happened on my blog, and I had to take it off. Do that under Settings-&#62;Discussion
</p>
]]></description>
					</item>
		<item>
			<title>jakethy on "comment replies on Wu Wei getting toooo small"</title>
			<link>http://en.forums.wordpress.com/topic/comment-replies-on-wu-wei-getting-toooo-small#post-590356</link>
			<pubDate>Sat, 16 Apr 2011 02:49:08 +0000</pubDate>
			<dc:creator>jakethy</dc:creator>
			<guid isPermaLink="false">590356@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>so, I've got my Wu Wei theme lookin' quite nice, I think.  One of the last issues I have is that I noticed each comment/reply gets more &#38; more narrow - they keep getting pushed to the right.  Is there any way to keep every comment and reply uniform?
</p>
]]></description>
					</item>

	</channel>
</rss>
