<?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; Topic: Customizing spacing in between reactions</title>
		<link>http://en.forums.wordpress.com/topic/customizing-spacing-in-between-reactions</link>
		<description>WordPress.com Forums &#187; Topic: Customizing spacing in between reactions</description>
		<language>en</language>
		<pubDate>Wed, 19 Jun 2013 22:26:14 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/customizing-spacing-in-between-reactions" rel="self" type="application/rss+xml" />

		<item>
			<title>supermasj on "Customizing spacing in between reactions"</title>
			<link>http://en.forums.wordpress.com/topic/customizing-spacing-in-between-reactions#post-1178285</link>
			<pubDate>Tue, 12 Mar 2013 05:04:50 +0000</pubDate>
			<dc:creator>supermasj</dc:creator>
			<guid isPermaLink="false">1178285@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you,works perfectly
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Customizing spacing in between reactions"</title>
			<link>http://en.forums.wordpress.com/topic/customizing-spacing-in-between-reactions#post-1152351</link>
			<pubDate>Thu, 14 Feb 2013 02:16:30 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1152351@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Try this:</p>
<pre><code>.comments-area article header cite,
.comments-area article header time {
	margin-left: 60px;
}</code></pre>
<p>Adjust the margin-left value as needed.
</p>
]]></description>
					</item>
		<item>
			<title>supermasj on "Customizing spacing in between reactions"</title>
			<link>http://en.forums.wordpress.com/topic/customizing-spacing-in-between-reactions#post-1140715</link>
			<pubDate>Fri, 01 Feb 2013 05:19:56 +0000</pubDate>
			<dc:creator>supermasj</dc:creator>
			<guid isPermaLink="false">1140715@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks again for those disappearing arrows.<br />
I would like to reduce the margin  between the avatar on the one hand and both name (fn)  and datetime  on the other hand. I know how to shift the name (fn) but not the date time field
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Customizing spacing in between reactions"</title>
			<link>http://en.forums.wordpress.com/topic/customizing-spacing-in-between-reactions#post-1140663</link>
			<pubDate>Fri, 01 Feb 2013 03:39:14 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1140663@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This will get rid of the down arrow.</p>
<pre><code>.reply span {
display: none;
}</code></pre>
<p>The date is part of .comments-area article header . What sort of movement are you trying to do with the date?
</p>
]]></description>
					</item>
		<item>
			<title>supermasj on "Customizing spacing in between reactions"</title>
			<link>http://en.forums.wordpress.com/topic/customizing-spacing-in-between-reactions#post-1140450</link>
			<pubDate>Thu, 31 Jan 2013 22:18:42 +0000</pubDate>
			<dc:creator>supermasj</dc:creator>
			<guid isPermaLink="false">1140450@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I've been tweaking some other elements, just two more questions.</p>
<p>- There is a downarrow in my comments (&#38;darr variable). How do I get rid of it?<br />
- I can move the avatar(class avatar and avatar-44), and the name of the person who is posting a comment (class fn), but not the datetime stamp below it, because I haven't got a class name for it. Any idea?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Customizing spacing in between reactions"</title>
			<link>http://en.forums.wordpress.com/topic/customizing-spacing-in-between-reactions#post-1139990</link>
			<pubDate>Thu, 31 Jan 2013 16:10:39 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1139990@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>supermasj on "Customizing spacing in between reactions"</title>
			<link>http://en.forums.wordpress.com/topic/customizing-spacing-in-between-reactions#post-1139548</link>
			<pubDate>Thu, 31 Jan 2013 05:19:02 +0000</pubDate>
			<dc:creator>supermasj</dc:creator>
			<guid isPermaLink="false">1139548@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>OK. This looks much better now. Thank you a lot.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Customizing spacing in between reactions"</title>
			<link>http://en.forums.wordpress.com/topic/customizing-spacing-in-between-reactions#post-1139398</link>
			<pubDate>Thu, 31 Jan 2013 01:52:57 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1139398@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can play with the bottom margin value in the following which controls the space between the Gravatar and the top of the comment. Paste this below any existing CSS you have.</p>
<pre><code>.comments-area article header {
    margin-bottom: 3.42857rem;
    overflow: hidden;
    position: relative;
}</code></pre>
<p>If you want to tighten up the spacing between the comment and the "reply" link below, add this to the end of your CSS and adjust as desired.</p>
<pre><code>.comment-content p {
 margin-bottom: 1.71429rem;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>supermasj on "Customizing spacing in between reactions"</title>
			<link>http://en.forums.wordpress.com/topic/customizing-spacing-in-between-reactions#post-1139179</link>
			<pubDate>Wed, 30 Jan 2013 20:46:34 +0000</pubDate>
			<dc:creator>supermasj</dc:creator>
			<guid isPermaLink="false">1139179@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Just starting to tweak the style of my blog, and exploring CSS a bit, but I've got some issues<br />
-There is excessive space in between the different comments on my blog, how do I reduce it?<br />
-Is there an easy way to change the Name of 'Leave a Reply' link to something else</p>
<p>Any help would be much appreciated
</p>
]]></description>
					</item>

	</channel>
</rss>
