<?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: Search box problem</title>
		<link>http://en.forums.wordpress.com/topic/search-box-problem</link>
		<description>WordPress.com Forums &#187; Topic: Search box problem</description>
		<language>en</language>
		<pubDate>Thu, 20 Jun 2013 03:41:14 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/search-box-problem" rel="self" type="application/rss+xml" />

		<item>
			<title>teamoyeniyi on "Search box problem"</title>
			<link>http://en.forums.wordpress.com/topic/search-box-problem#post-579480</link>
			<pubDate>Fri, 25 Mar 2011 22:35:18 +0000</pubDate>
			<dc:creator>teamoyeniyi</dc:creator>
			<guid isPermaLink="false">579480@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You realise you guys are tempting me to buy the darn CSS upgrade, don't you?  Not all fair!</p>
<p>:)
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Search box problem"</title>
			<link>http://en.forums.wordpress.com/topic/search-box-problem#post-579398</link>
			<pubDate>Fri, 25 Mar 2011 19:23:08 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">579398@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Actually, I've changed my mind after looking at it. Do the following instead. The following will extend the vertical line down to the end of the posts regardless of the number of widgets in the sidebar.</p>
<pre><code>#content {
border-right: 1px solid #000000;
padding-right: 40px;
}

.widget {
border-bottom: 1px solid #000000;
padding-bottom: 10px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Search box problem"</title>
			<link>http://en.forums.wordpress.com/topic/search-box-problem#post-579396</link>
			<pubDate>Fri, 25 Mar 2011 19:16:27 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">579396@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The following will add a line to the left side of the sidebar area.</p>
<pre><code>#secondary {
border-left: 1px solid #000000;
margin-right: 40px;
padding-left: 30px;
}</code></pre>
<p>This will add a line below the widgets.</p>
<pre><code>.widget {
border-bottom: 1px solid #000000;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>almaatl on "Search box problem"</title>
			<link>http://en.forums.wordpress.com/topic/search-box-problem#post-579378</link>
			<pubDate>Fri, 25 Mar 2011 17:54:04 +0000</pubDate>
			<dc:creator>almaatl</dc:creator>
			<guid isPermaLink="false">579378@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>THANKS SO MUCH!</p>
<p>Another question: I would like to add some dividers on my side bar to separate all the widget from one another. Is there a way to add a vertical black line separating the side bar from the rest of the page and a way to add small lines between each widget to make the page look clearer?</p>
<p>Thanks again.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Search box problem"</title>
			<link>http://en.forums.wordpress.com/topic/search-box-problem#post-578545</link>
			<pubDate>Thu, 24 Mar 2011 01:09:52 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">578545@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The top search box and the one in the widget are controlled by the same ID in the CSS, so you have to specifically target the one in the header (branding) area. Change your CSS to the following.</p>
<pre><code>#branding #searchform {
display: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>almaatl on "Search box problem"</title>
			<link>http://en.forums.wordpress.com/topic/search-box-problem#post-578537</link>
			<pubDate>Thu, 24 Mar 2011 00:48:50 +0000</pubDate>
			<dc:creator>almaatl</dc:creator>
			<guid isPermaLink="false">578537@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p><a href="http://georgiastudents.wordpress.com" rel="nofollow">http://georgiastudents.wordpress.com</a>
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Search box problem"</title>
			<link>http://en.forums.wordpress.com/topic/search-box-problem#post-578535</link>
			<pubDate>Thu, 24 Mar 2011 00:42:52 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">578535@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Please post the complete and clickable URL for the blog you are referring to starting with http://
</p>
]]></description>
					</item>
		<item>
			<title>almaatl on "Search box problem"</title>
			<link>http://en.forums.wordpress.com/topic/search-box-problem#post-578520</link>
			<pubDate>Thu, 24 Mar 2011 00:11:20 +0000</pubDate>
			<dc:creator>almaatl</dc:creator>
			<guid isPermaLink="false">578520@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi everyone,<br />
On my blog, before I bought the CSS upgrade, there was a search box that came automatically with my theme, Duster. It was right at the top of the page and went behind part of the title yet you could still see it. I was told there was no way to fix this. So I upgraded to CSS and inserted this:</p>
<p>#searchform {<br />
display:none;<br />
}</p>
<p>That worked with getting read of the search bar that was introducing on my title. Because I still wanted a search box, but one that didn't mess anything else up, I tried to add the search widget. And it doesn't work except for I see a tiny "search" in the side panel. </p>
<p>THANKS!
</p>
]]></description>
					</item>

	</channel>
</rss>
