<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WordPress Themes Tips and Tricks &#187; sidebar</title>
	<atom:link href="http://wpthemetips.com/tags/sidebar/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpthemetips.com</link>
	<description>Helping you customize your WordPress based website !</description>
	<lastBuildDate>Thu, 05 Nov 2009 00:48:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Sidebar drops down</title>
		<link>http://wpthemetips.com/sidebar-drops-down/</link>
		<comments>http://wpthemetips.com/sidebar-drops-down/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 13:21:44 +0000</pubDate>
		<dc:creator>Sadish</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[sidebar]]></category>
		<category><![CDATA[valid code]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://wpthemetips.com/sidebar-drops-down/</guid>
		<description><![CDATA[Lets take a look at one of the most common problems with the wordpress sites.
<strong>
The sidebar does not stay on the side, and it falls down to be below the content area.
</strong>]]></description>
			<content:encoded><![CDATA[<p>[Reposted from one of my other sites]<br />
Lets take a look at one of the most common problems with the wordpress sites.<br />
<strong><br />
The sidebar does not stay on the side, and it falls down to be below the content area.<br />
</strong></p>
<p>and the thing is, it is not consistently doing so. Sometimes it is just happening in <abbr title="Internet Explorer">IE</abbr> and sometimes it happens only on certain posts or only on homepage.</p>
<p>Here are the list of things you can do to fix that.</p>
<p><strong>Step 1. Validate !</strong><br />
This is the most common cause for this issue. Try to validate the page that has this issue, at <a href="http://validator.w3.org" target="_blank">W3C&#8217;s Validator</a>.<br />
Once you fix the issues found by the validator, Refresh the page and see if the problem is gone.<br />
If not, go to step 2.</p>
<p><strong>Step 2. Check your Images Width</strong><br />
The next cause could be, your images are wider than the &#8216;main content&#8217; div (usually #content in most of the themes).<br />
If it is OK, try to resize the image to fit within the content DIV.<br />
May be, you can give a smaller size image on the page, and the full-size image can be hyperlinked to that small image. This also helps in faster loading of your page.</p>
<p>If the problem persists, go to Step 3.</p>
<p><strong>Step 3. Reduce the size of the &#8216;Content Area&#8217;</strong></p>
<p>You can open up your style.css and look for the &#8216;width&#8217; definitions for #content and/or #sidebar.<br />
Try to reduce the width by 5px or 10px or 15px or 20px or 25px till you get things right.<br />
(Most Layouts will still look good, after reducing the width by this method.)</p>
<p>Most cases would be solved by now. (If you guys have any other suggestions, please let me know).<br />
Thats all for now, folks !</p>
]]></content:encoded>
			<wfw:commentRss>http://wpthemetips.com/sidebar-drops-down/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
