<?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: Twenty Eleven - remove a lot of the white space?</title>
		<link>http://en.forums.wordpress.com/topic/twenty-eleven-remove-a-lot-of-the-white-space</link>
		<description>WordPress.com Forums &#187; Topic: Twenty Eleven - remove a lot of the white space?</description>
		<language>en</language>
		<pubDate>Fri, 24 May 2013 12:18:57 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/twenty-eleven-remove-a-lot-of-the-white-space" rel="self" type="application/rss+xml" />

		<item>
			<title>l190 on "Twenty Eleven - remove a lot of the white space?"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-eleven-remove-a-lot-of-the-white-space#post-1127392</link>
			<pubDate>Fri, 18 Jan 2013 04:51:13 +0000</pubDate>
			<dc:creator>l190</dc:creator>
			<guid isPermaLink="false">1127392@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>great! it worked! tghanks
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Twenty Eleven - remove a lot of the white space?"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-eleven-remove-a-lot-of-the-white-space#post-1118277</link>
			<pubDate>Thu, 10 Jan 2013 04:32:41 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1118277@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@1190<br />
 I don't help with CSS editing but I do know this when you alter a theme’s stylesheet, you only need to put in the Editor the modification/additions to the CSS, not the entire thing.
</p>
]]></description>
					</item>
		<item>
			<title>l190 on "Twenty Eleven - remove a lot of the white space?"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-eleven-remove-a-lot-of-the-white-space#post-1118273</link>
			<pubDate>Thu, 10 Jan 2013 04:25:42 +0000</pubDate>
			<dc:creator>l190</dc:creator>
			<guid isPermaLink="false">1118273@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks. Sorry I'm pretty new to CSS. Will I need to reproduce all of the code and change just those elements? thanks
</p>
]]></description>
					</item>
		<item>
			<title>michaelfields on "Twenty Eleven - remove a lot of the white space?"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-eleven-remove-a-lot-of-the-white-space#post-1102882</link>
			<pubDate>Mon, 24 Dec 2012 20:30:47 +0000</pubDate>
			<dc:creator>michaelfields</dc:creator>
			<guid isPermaLink="false">1102882@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To fix just about all of your pages you will need to decrease the amount of top padding on the <code>.hentry</code> element. Something like this works pretty well:</p>
<pre><code>.singular.page .hentry {
	padding-top: 0;
}</code></pre>
<p>Some pages like <a href="http://louisamitchell.wordpress.com/">your front page</a> have no title.  While the title value may be blank, the element is still present in the markup and it is styled to use padding. Basically this means that it injects extra, unnecessary whitespace into the page.</p>
<p>Custom CSS can be used to remove the padding from the empty title. The following will remove it from the front page (and only the front page):</p>
<pre><code>body.page-id-69 .entry-title {
	padding: 0;
}</code></pre>
<p>Please let us know how this works for you.
</p>
]]></description>
					</item>
		<item>
			<title>l190 on "Twenty Eleven - remove a lot of the white space?"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-eleven-remove-a-lot-of-the-white-space#post-1101803</link>
			<pubDate>Sun, 23 Dec 2012 02:53:56 +0000</pubDate>
			<dc:creator>l190</dc:creator>
			<guid isPermaLink="false">1101803@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Is there any way to reduce the "white space" in this theme? there seems to be a big gap between the header and where the text starts. Any ideas?</p>
<p>The blog I need help with is louisamitchell.wordpress.com.
</p>
]]></description>
					</item>

	</channel>
</rss>
