<?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: large gap - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/large-gap</link>
		<description>WordPress.com Forums &#187; Tag: large gap - Recent Posts</description>
		<language>en</language>
		<pubDate>Sat, 25 May 2013 09:35:54 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/large-gap" rel="self" type="application/rss+xml" />

		<item>
			<title>savoycomputing on "Remove large gap in between content in sidebar"</title>
			<link>http://en.forums.wordpress.com/topic/remove-large-gap-in-between-content-in-sidebar#post-1038964</link>
			<pubDate>Sat, 13 Oct 2012 09:00:10 +0000</pubDate>
			<dc:creator>savoycomputing</dc:creator>
			<guid isPermaLink="false">1038964@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for the help!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Remove large gap in between content in sidebar"</title>
			<link>http://en.forums.wordpress.com/topic/remove-large-gap-in-between-content-in-sidebar#post-1038850</link>
			<pubDate>Sat, 13 Oct 2012 02:23:42 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1038850@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Before making any changes, I noticed your single posts are displaying at a width of 50px. Here is an example:<br />
<a href="http://designsformovement.com/2012/10/09/roads-pro-quick-start-3-easy-steps/" rel="nofollow">http://designsformovement.com/2012/10/09/roads-pro-quick-start-3-easy-steps/</a></p>
<p>That is happening because of this CSS rule:</p>
<pre><code>.widecolumn {
	padding:10px 0 80px;
	margin:5px 0 0 5px;
	width:50px;
}</code></pre>
<p>That looks like a typo in the width value. If you remove the "width:50px;" part, it should go back to normal.</p>
<p>Next, this rule in your custom CSS is setting the width, margins, and padding for the main content area on your home page:</p>
<pre><code>.narrowcolumn {
	float:right;
	padding:0 0 20px 90px;
	margin:0 30px;
	width:450px;
}</code></pre>
<p>Try removing that and adding this instead:</p>
<pre><code>#sidebar {
	float: left;
	overflow: hidden;
}

.narrowcolumn {
	width: 520px;
	margin: 0;
	padding: 0 20px 0 0;
}

#footer {
	clear: both;
}</code></pre>
<p>What this does is make the sidebar float left so the content area and sidebar won't bump into each other as much, then it sets the content area width to 520px and takes away most of the margin and padding so you can just set a proper width for it and move it around easily.</p>
<p>Once you save changes, make sure to check all your other pages to make sure they're being displayed properly.
</p>
]]></description>
					</item>
		<item>
			<title>savoycomputing on "Remove large gap in between content in sidebar"</title>
			<link>http://en.forums.wordpress.com/topic/remove-large-gap-in-between-content-in-sidebar#post-1035809</link>
			<pubDate>Tue, 09 Oct 2012 23:33:41 +0000</pubDate>
			<dc:creator>savoycomputing</dc:creator>
			<guid isPermaLink="false">1035809@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>There is a large gap in between content on my sidebar, I think due to the CSS formatting and the lenght of some lines of text (forcing them to a point below neighboring content), I cannot seem to get the text and content to display in a continuous block.
</p>
]]></description>
					</item>

	</channel>
</rss>
