<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>How do I move &quot;Search this site&quot;</title>
		<link>http://community.wikidot.com/forum/t-119762/how-do-i-move-search-this-site</link>
		<description>Posts in the discussion thread &quot;How do I move &quot;Search this site&quot;&quot;</description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://community.wikidot.com/forum/t-119762#post-356023</guid>
				<title>Re: What does &quot;em&quot; stand for?</title>
				<link>http://community.wikidot.com/forum/t-119762/how-do-i-move-search-this-site#post-356023</link>
				<description></description>
				<pubDate>Wed, 14 Jan 2009 09:02:11 +0000</pubDate>
				<wikidot:authorName>Squark</wikidot:authorName>				<wikidot:authorUserId>160264</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks Helmuti for the good and rich answer. I will just add it in a bit simpler way.</p> <p>E.g. if you have set body font height to 10px (10 pixels), the 1em in the document will be 10px, 0.5&nbsp;em will be 5px and 10em will be 100px. It's useful, because you can change font size of the whole by changing just body font size and the rest will change automagically.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-119762#post-355993</guid>
				<title>Re: What does &quot;em&quot; stand for?</title>
				<link>http://community.wikidot.com/forum/t-119762/how-do-i-move-search-this-site#post-355993</link>
				<description></description>
				<pubDate>Wed, 14 Jan 2009 07:32:40 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>what does</p> <blockquote> <p>em</p> </blockquote> <p>stand for?</p> <p>In CSS-Style sheets / or commands) there are two ways to define "letter-values" or "Screen"-values:</p> <ul> <li>Absolute values ( decimals possible!) : <ul> <li>pt - a point</li> <li>pc - Pica = 12pt</li> <li>in - inch</li> <li>mn - milimeter</li> <li>cm - centimeter</li> </ul> </li> <li>Realtive values( relative to other values): <ul> <li>px - pixel</li> <li>em - relative to the font-"height"</li> <li>ex - relative to the font-height of the letter "x"</li> <li>% - percentage of the "standard" sizes on the screen (or block)</li> </ul> </li> </ul> <p>Hope this helps a litttle ?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-119762#post-355792</guid>
				<title>Re: How do I move &quot;Search this site&quot;</title>
				<link>http://community.wikidot.com/forum/t-119762/how-do-i-move-search-this-site#post-355792</link>
				<description></description>
				<pubDate>Wed, 14 Jan 2009 00:42:04 +0000</pubDate>
				<wikidot:authorName>noahbaby94</wikidot:authorName>				<wikidot:authorUserId>142174</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>@aubreyhiers<br /> <a href="http://en.wikipedia.org/wiki/Em_(typography)">This</a> should show you everything you need to know about it.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-119762#post-355783</guid>
				<title>Re: How do I move &quot;Search this site&quot;</title>
				<link>http://community.wikidot.com/forum/t-119762/how-do-i-move-search-this-site#post-355783</link>
				<description></description>
				<pubDate>Wed, 14 Jan 2009 00:20:35 +0000</pubDate>
				<wikidot:authorName>slayton</wikidot:authorName>				<wikidot:authorUserId>267399</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Ed,<br /> That did the trick!</p> <p>I've got a lot to learn about css!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-119762#post-355780</guid>
				<title>Re: How do I move &quot;Search this site&quot;</title>
				<link>http://community.wikidot.com/forum/t-119762/how-do-i-move-search-this-site#post-355780</link>
				<description></description>
				<pubDate>Wed, 14 Jan 2009 00:17:54 +0000</pubDate>
				<wikidot:authorName>aubreyhiers</wikidot:authorName>				<wikidot:authorUserId>264001</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>what does</p> <div class="code"> <pre> <code>em</code> </pre></div> <br /> stand for?
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-119762#post-355428</guid>
				<title>Re: How do I move &quot;Search this site&quot;</title>
				<link>http://community.wikidot.com/forum/t-119762/how-do-i-move-search-this-site#post-355428</link>
				<description></description>
				<pubDate>Tue, 13 Jan 2009 17:14:50 +0000</pubDate>
				<wikidot:authorName>Ed Johnson</wikidot:authorName>				<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>In most themes, the <strong>#top-bar</strong> element is positioned absolutely (<em>position: absolute;</em>). so if you set the left position to <em>auto</em> and play with the right position a bit until your drop-down items don't crash into the right side of the page, it should work pretty well. For example, add something like this to your custom theme's CSS:</p> <div class="code"> <pre> <code>#top-bar { left: auto; right: 2em; }</code> </pre></div> <p>-Ed</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-119762#post-355320</guid>
				<title>Re: How do I move &quot;Search this site&quot;</title>
				<link>http://community.wikidot.com/forum/t-119762/how-do-i-move-search-this-site#post-355320</link>
				<description></description>
				<pubDate>Tue, 13 Jan 2009 15:03:36 +0000</pubDate>
				<wikidot:authorName>SomaDevelopers</wikidot:authorName>				<wikidot:authorUserId>255192</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Strathview, thanks!</p> <p>I also just found that adding:</p> <div class="code"> <pre> <code>#search-top-box { display: none; }</code> </pre></div> <br /> to my CSS removes it… <p>Unfortunately the top:nav menu doesn't shift right to occupy the freed up space :-(</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-119762#post-355316</guid>
				<title>Re: How do I move &quot;Search this site&quot;</title>
				<link>http://community.wikidot.com/forum/t-119762/how-do-i-move-search-this-site#post-355316</link>
				<description></description>
				<pubDate>Tue, 13 Jan 2009 14:59:27 +0000</pubDate>
				<wikidot:authorName>RobElliott</wikidot:authorName>				<wikidot:authorUserId>111301</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Yes, it's all possible by altering your custom CSS. A discussion about it is at <a href="http://community.wikidot.com/forum/t-45298/search-box" >http://community.wikidot.com/forum/t-45298/search-box</a>.<br /> Rob</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-119762#post-355308</guid>
				<title>How do I move &quot;Search this site&quot;</title>
				<link>http://community.wikidot.com/forum/t-119762/how-do-i-move-search-this-site#post-355308</link>
				<description></description>
				<pubDate>Tue, 13 Jan 2009 14:43:46 +0000</pubDate>
				<wikidot:authorName>SomaDevelopers</wikidot:authorName>				<wikidot:authorUserId>255192</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Right now "Search This Site" is showing up on the top bar of my site… I've looked at the nav:top code and It isn't contained anywhere in there… how do I move search this site?<br /> Can I put it on the bottom of the page? on the side bar?</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>