<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: search box in header</title>
		<link>http://www.kriesi.at/support/topic/search-box-in-header-1</link>
		<description>Support Forum - Topic: search box in header</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 12:36:23 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/search-box-in-header-1" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "search box in header"</title>
			<link>http://www.kriesi.at/support/topic/search-box-in-header-1#post-91410</link>
			<pubDate>Mon, 14 Jan 2013 01:12:24 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">91410@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;If it works then it is good to go. Glad you fixed it. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>capmaticenvato on "search box in header"</title>
			<link>http://www.kriesi.at/support/topic/search-box-in-header-1#post-91389</link>
			<pubDate>Sun, 13 Jan 2013 18:56:08 +0000</pubDate>
			<dc:creator>capmaticenvato</dc:creator>
			<guid isPermaLink="false">91389@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;here is what i did and it works, do you suggest better, it includes adjustments and so on including the social buttons&#60;/p&#62;
&#60;p&#62;/*searchform*/&#60;br /&#62;
#header #searchform {&#60;br /&#62;
width: 125px;&#60;br /&#62;
position: absolute;&#60;br /&#62;
right: 15px;&#60;br /&#62;
top: 63px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#s{&#60;br /&#62;
z-index: 1;&#60;br /&#62;
border: none;&#60;br /&#62;
position: relative;&#60;br /&#62;
width:64px;&#60;br /&#62;
padding:08px 10px 08px 12px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.social_bookmarks {&#60;br /&#62;
height: 24px;&#60;br /&#62;
position: absolute;&#60;br /&#62;
right: 150px;&#60;br /&#62;
top: 70px;&#60;br /&#62;
border: medium none;&#60;br /&#62;
display: block;&#60;br /&#62;
float: left;&#60;br /&#62;
list-style-type: none;&#60;br /&#62;
list-style-position: outside;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#searchsubmit {&#60;br /&#62;
border: medium none;&#60;br /&#62;
cursor: pointer;&#60;br /&#62;
display: block;&#60;br /&#62;
height: 32px;&#60;br /&#62;
outline: medium none;&#60;br /&#62;
padding: 0;&#60;br /&#62;
position: absolute;&#60;br /&#62;
right: 0px;&#60;br /&#62;
text-indent: -9999px;&#60;br /&#62;
top: 0px;&#60;br /&#62;
width: 36px;&#60;br /&#62;
z-index: 2;&#60;br /&#62;
background: transparent;&#60;br /&#62;
margin:0;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "search box in header"</title>
			<link>http://www.kriesi.at/support/topic/search-box-in-header-1#post-91318</link>
			<pubDate>Sun, 13 Jan 2013 08:02:10 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">91318@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi capmaticenvato,&#60;/p&#62;
&#60;p&#62;I don't recommend you to change that since the magnifying glass button on the right side will overlap. If you still want to change it, just add this code inside Quick CSS(located inside Abundance &#38;gt; Theme Options Styling) or custom.css(can be accessed via ftp, located inside the css folder of the Abundance theme's folder):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#s {
   padding: 10px 48px 10px 12px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or, this one if the code above doesn't work:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#s {
   padding: 10px 48px 10px 12px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just adjust the 1st and 3rd value. The default value is&#60;br /&#62;
&#60;code&#62;padding: 12px 48px 12px 12px;&#60;/code&#62;&#60;br /&#62;
the first value goes for the top padding, then right, bottom and left.&#60;/p&#62;
&#60;p&#62;Hope this helps.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>capmaticenvato on "search box in header"</title>
			<link>http://www.kriesi.at/support/topic/search-box-in-header-1#post-91317</link>
			<pubDate>Sun, 13 Jan 2013 06:43:17 +0000</pubDate>
			<dc:creator>capmaticenvato</dc:creator>
			<guid isPermaLink="false">91317@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;actually nope didnt work, so i still need support on this one
&#60;/p&#62;</description>
		</item>
		<item>
			<title>capmaticenvato on "search box in header"</title>
			<link>http://www.kriesi.at/support/topic/search-box-in-header-1#post-91314</link>
			<pubDate>Sun, 13 Jan 2013 04:45:07 +0000</pubDate>
			<dc:creator>capmaticenvato</dc:creator>
			<guid isPermaLink="false">91314@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;its okay figured out
&#60;/p&#62;</description>
		</item>
		<item>
			<title>capmaticenvato on "search box in header"</title>
			<link>http://www.kriesi.at/support/topic/search-box-in-header-1#post-91306</link>
			<pubDate>Sat, 12 Jan 2013 23:33:17 +0000</pubDate>
			<dc:creator>capmaticenvato</dc:creator>
			<guid isPermaLink="false">91306@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i need to make the header search box feild smaller what do i do
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
