<?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: Reducing space above and below menus in Twenty Eleven</title>
		<link>http://en.forums.wordpress.com/topic/reducing-space-above-and-below-menus-in-twenty-eleven</link>
		<description>WordPress.com Forums &#187; Topic: Reducing space above and below menus in Twenty Eleven</description>
		<language>en</language>
		<pubDate>Thu, 23 May 2013 20:44:48 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/reducing-space-above-and-below-menus-in-twenty-eleven" rel="self" type="application/rss+xml" />

		<item>
			<title>zandyring on "Reducing space above and below menus in Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/reducing-space-above-and-below-menus-in-twenty-eleven#post-1034203</link>
			<pubDate>Mon, 08 Oct 2012 16:10:44 +0000</pubDate>
			<dc:creator>zandyring</dc:creator>
			<guid isPermaLink="false">1034203@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It takes some getting used to, but it can be really fun once you get rolling. My recommendation is to just keep playing with it - that's the best way to get used to it. As obvious as it sounds...
</p>
]]></description>
					</item>
		<item>
			<title>msmidt on "Reducing space above and below menus in Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/reducing-space-above-and-below-menus-in-twenty-eleven#post-1034193</link>
			<pubDate>Mon, 08 Oct 2012 15:59:27 +0000</pubDate>
			<dc:creator>msmidt</dc:creator>
			<guid isPermaLink="false">1034193@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are the best!</p>
<p>I'll have to look at the code and see what I can figure out.</p>
<p>Thanks again.</p>
<p>-- Mark
</p>
]]></description>
					</item>
		<item>
			<title>zandyring on "Reducing space above and below menus in Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/reducing-space-above-and-below-menus-in-twenty-eleven#post-1034180</link>
			<pubDate>Mon, 08 Oct 2012 15:47:49 +0000</pubDate>
			<dc:creator>zandyring</dc:creator>
			<guid isPermaLink="false">1034180@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Mark,</p>
<p>To reduce that space, you want to target the bottom margin of your site description:</p>
<p><code>#site-description {margin-bottom: 0;}</code></p>
<p>You can increase that number if you want, but that will get you to zero margin at least.</p>
<p>If you don't see a change, add an "important" note to it, like so:</p>
<p><code>#site-description {margin-bottom: 0 !important;</code></p>
<p>I use Firefox primarily, so I look at the code using Firebug. It's an add-on that you can easily install on Firefox - just do a quick search for it, or look in Tools/Add Ons.</p>
<p>Good luck!<br />
-Z
</p>
]]></description>
					</item>
		<item>
			<title>msmidt on "Reducing space above and below menus in Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/reducing-space-above-and-below-menus-in-twenty-eleven#post-1034089</link>
			<pubDate>Mon, 08 Oct 2012 14:41:12 +0000</pubDate>
			<dc:creator>msmidt</dc:creator>
			<guid isPermaLink="false">1034089@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks so much! This all seems to be helping.</p>
<p>Here is what it looks like now:<br />
<a href="http://eaglesonblondeau.com/" rel="nofollow">http://eaglesonblondeau.com/</a></p>
<p>Two questions, if you would indulge me:<br />
1) I think there is still a lot of space between the tagline ("Distinctive downtown living...") and the image. What would be the coding to reduce this space?</p>
<p>2) How do you find out all these codes for the different themes?</p>
<p>Thanks again.</p>
<p>-- Mark
</p>
]]></description>
					</item>
		<item>
			<title>zandyring on "Reducing space above and below menus in Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/reducing-space-above-and-below-menus-in-twenty-eleven#post-1030660</link>
			<pubDate>Fri, 05 Oct 2012 12:43:55 +0000</pubDate>
			<dc:creator>zandyring</dc:creator>
			<guid isPermaLink="false">1030660@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To remove the space between your menu and your top article, add this to your CSS style sheet:</p>
<pre><code>.singular.page .hentry {
    padding: 0;
}</code></pre>
<p>Then, to adjust the padding at the top, under the tag and above the image, add this:</p>
<p><code>#site-description {padding-bottom: 1em;}</code></p>
<p>You can change the 1em to whatever spacing looks right to you - you can do decimals, like .8em or 1.2em, or whatever.</p>
<p>You didn't ask for this, but if you want to further reduce the padding between the title and the top of the content area, do this:</p>
<p><code>#site-title {padding-top: 1em;}</code></p>
<p>Good luck!<br />
-Z
</p>
]]></description>
					</item>
		<item>
			<title>msmidt on "Reducing space above and below menus in Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/reducing-space-above-and-below-menus-in-twenty-eleven#post-1030147</link>
			<pubDate>Thu, 04 Oct 2012 19:07:14 +0000</pubDate>
			<dc:creator>msmidt</dc:creator>
			<guid isPermaLink="false">1030147@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm a WordPress newbie and am trying to reduce the empty white space above and below the twentyeleven menu and the Page title and other content.</p>
<p>The site I am working on is:<br />
<a href="http://eaglesonblondeau.com/" rel="nofollow">http://eaglesonblondeau.com/</a></p>
<p>Specifically, I would really like to reduce the space below the menus and the first headline "Available soon." Secondarily, I would like to reduce the space above the header photo and the name of the blog.</p>
<p>Any suggestions or help would be much appreciated. Thanks for your consideration.
</p>
]]></description>
					</item>

	</channel>
</rss>
