<?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: Add Search and Social to the Header</title>
		<link>http://www.kriesi.at/support/topic/add-search-and-social-to-the-header</link>
		<description>Support Forum - Topic: Add Search and Social to the Header</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 17:08:19 +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/add-search-and-social-to-the-header" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Add Search and Social to the Header"</title>
			<link>http://www.kriesi.at/support/topic/add-search-and-social-to-the-header#post-51941</link>
			<pubDate>Tue, 17 Apr 2012 00:26:14 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">51941@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;That's great! Glad we could help you. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shelteredinsound on "Add Search and Social to the Header"</title>
			<link>http://www.kriesi.at/support/topic/add-search-and-social-to-the-header#post-51815</link>
			<pubDate>Mon, 16 Apr 2012 14:13:58 +0000</pubDate>
			<dc:creator>shelteredinsound</dc:creator>
			<guid isPermaLink="false">51815@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks!  I had to make a few extra little tweaks to get what I wanted but your direction really helped.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Add Search and Social to the Header"</title>
			<link>http://www.kriesi.at/support/topic/add-search-and-social-to-the-header#post-51162</link>
			<pubDate>Wed, 11 Apr 2012 13:15:29 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">51162@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Inside the Propulsion folder, kindly open the css folder and find layout.css. Find this code:&#60;br /&#62;
&#60;code&#62;@media only screen and (max-width: 767px)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Below it you can find this line:&#60;br /&#62;
&#60;code&#62;#top .logo{float:none; margin:0 auto; display: block; text-align: center; width:100%;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Remove the text-align: center; And add this below:&#60;br /&#62;
&#60;code&#62;.mod-search &#38;gt; ul.social_bookmarks {&#60;br /&#62;
top: 10px!important;&#60;br /&#62;
right: 0;&#60;br /&#62;
}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Just change the top and right value as required. Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Best Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shelteredinsound on "Add Search and Social to the Header"</title>
			<link>http://www.kriesi.at/support/topic/add-search-and-social-to-the-header#post-51090</link>
			<pubDate>Wed, 11 Apr 2012 00:39:36 +0000</pubDate>
			<dc:creator>shelteredinsound</dc:creator>
			<guid isPermaLink="false">51090@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks. We are indeed getting closer as the search bar now reacts nicely to the responsive design but the search and social media buttons are still overlapping with the main logo.  Ideas to have them coexist when the site is squeezed? Can't confirm your IE9 fix as I don't have access to a PC.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Add Search and Social to the Header"</title>
			<link>http://www.kriesi.at/support/topic/add-search-and-social-to-the-header#post-51036</link>
			<pubDate>Tue, 10 Apr 2012 20:34:39 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">51036@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi shelteredinsound,&#60;/p&#62;
&#60;p&#62;I apologize I was looking at Chris site(http://dev.hvs.on.ca). Please remove this code:&#60;br /&#62;
&#60;code&#62;.mod-search &#38;gt; #searchform {&#60;br /&#62;
position: absolute;&#60;br /&#62;
left: 718px;&#60;br /&#62;
top: 40px;&#60;br /&#62;
}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;And replace it with this:&#60;br /&#62;
&#60;code&#62;.mod-search &#38;gt; #searchform {&#60;br /&#62;
position: absolute;&#60;br /&#62;
right: 0;&#60;br /&#62;
top: 40px;&#60;br /&#62;
}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;For the IE issue just add this code:&#60;br /&#62;
&#60;code&#62;.mod-search #s {&#60;br /&#62;
width: auto;&#60;br /&#62;
}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Best Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shelteredinsound on "Add Search and Social to the Header"</title>
			<link>http://www.kriesi.at/support/topic/add-search-and-social-to-the-header#post-50983</link>
			<pubDate>Tue, 10 Apr 2012 15:56:34 +0000</pubDate>
			<dc:creator>shelteredinsound</dc:creator>
			<guid isPermaLink="false">50983@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've been having strange caching issues but when I look in Firebug I do see the code.  I've taken a screen shot with the screen squeezed.  You can see the social buttons overlapping and no sign of the search bar.  It looks perfect when the browser is full but stays in place as the browser gets smaller.  In the shot you can see the code in Firebug.  There has been a lot of code flying around on this request so maybe I misplaced something.  If anyone else has actually succeeded in getting this to work properly I'd love to hear it.  Hopefully we'll figure this out. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://christiepits.com/wordpress/wp-content/themes/ncreative/images/Screenshotsocial.png&#34; rel=&#34;nofollow&#34;&#62;http://christiepits.com/wordpress/wp-content/themes/ncreative/images/Screenshotsocial.png&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Add Search and Social to the Header"</title>
			<link>http://www.kriesi.at/support/topic/add-search-and-social-to-the-header#post-50970</link>
			<pubDate>Tue, 10 Apr 2012 14:53:53 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">50970@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I checked your site using firebug and I'm not seeing the code I have posted above.&#60;br /&#62;
&#60;code&#62;.mod-search #searchsubmit {&#60;br /&#62;
background-color: #DFE6F0;&#60;br /&#62;
height: 35px;&#60;br /&#62;
width: 35px;&#60;br /&#62;
top: 1px;&#60;br /&#62;
right: 1px;&#60;br /&#62;
}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I can't see any problem on my end except for the overlapped button. Kindly give us some screenshot regarding the problems you have mentioned. Thanks&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>michaelspencer on "Add Search and Social to the Header"</title>
			<link>http://www.kriesi.at/support/topic/add-search-and-social-to-the-header#post-50965</link>
			<pubDate>Tue, 10 Apr 2012 14:39:27 +0000</pubDate>
			<dc:creator>michaelspencer</dc:creator>
			<guid isPermaLink="false">50965@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Would it be possible to get a definitive solution to this including support for the responsive design? I would like to implement this change in my site and I'm sure others would too. In fact, what would be even better is to add a setting to the theme so people don't have to add so much code themselves. Just a suggestion. Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shelteredinsound on "Add Search and Social to the Header"</title>
			<link>http://www.kriesi.at/support/topic/add-search-and-social-to-the-header#post-50757</link>
			<pubDate>Mon, 09 Apr 2012 17:36:33 +0000</pubDate>
			<dc:creator>shelteredinsound</dc:creator>
			<guid isPermaLink="false">50757@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;With the revised code, when you start squeezing the site, the search bar stays static and by the time you are at iphone dimensions the search bar is not viewable.  I can't verify the IE9 fix as I'm on a mac.  I'll leave that for Chris to confirm.  Maybe I've left some old code in place or something.....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Add Search and Social to the Header"</title>
			<link>http://www.kriesi.at/support/topic/add-search-and-social-to-the-header#post-50737</link>
			<pubDate>Mon, 09 Apr 2012 16:36:28 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">50737@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I noticed that the search button overlapped. Try to replace this code:&#60;br /&#62;
&#60;code&#62;.mod-search #searchsubmit {&#60;br /&#62;
    background-color: #DFE6F0;&#60;br /&#62;
}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;with this:&#60;br /&#62;
&#60;code&#62;.mod-search #searchsubmit {&#60;br /&#62;
     background-color: #DFE6F0;&#60;br /&#62;
     height: 35px;&#60;br /&#62;
     width: 35px;&#60;br /&#62;
     top: 1px;&#60;br /&#62;
     right: 1px;&#60;br /&#62;
}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and also for the IE search form issue, try to replace this code:&#60;br /&#62;
&#60;code&#62;.mod-search &#38;gt; #searchform {&#60;br /&#62;
    position: absolute;&#60;br /&#62;
    right: 0;&#60;br /&#62;
    top: 40px;&#60;br /&#62;
}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;with this:&#60;br /&#62;
&#60;code&#62;.mod-search &#38;gt; #searchform {&#60;br /&#62;
position: absolute;&#60;br /&#62;
left: 718px;&#60;br /&#62;
top: 40px;&#60;br /&#62;
}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Hope it helps. :)&#60;/p&#62;
&#60;p&#62;Best Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris on "Add Search and Social to the Header"</title>
			<link>http://www.kriesi.at/support/topic/add-search-and-social-to-the-header#post-50553</link>
			<pubDate>Sun, 08 Apr 2012 01:57:13 +0000</pubDate>
			<dc:creator>Chris</dc:creator>
			<guid isPermaLink="false">50553@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;So far everything is working as expected, except now the responsive design of the website is broken.&#60;/p&#62;
&#60;p&#62;See &#60;a href=&#34;http://dev.hvs.on.ca&#34;&#62;http://dev.hvs.on.ca&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I also had to tweak the CSS a bit to get the styling of the search bar correct.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#header &#38;gt; .container {
    padding-bottom: 60px;
}
.mod-search &#38;gt; #searchform {
    position: absolute;
    right: 0;
    top: 40px;
}
.mod-search #s {
    background-color: #DFE6F0;
}
.mod-search #searchsubmit {
    background-color: #DFE6F0;
}

.mod-search &#38;gt; ul.social_bookmarks {
    top: 48px!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Its also broken in IE9 :(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Add Search and Social to the Header"</title>
			<link>http://www.kriesi.at/support/topic/add-search-and-social-to-the-header#post-50284</link>
			<pubDate>Thu, 05 Apr 2012 23:43:24 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">50284@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I checked your site(using firebug) and I haven't found the code I have given you above. Can you try to put in either in Quick CSS or custom.css.&#60;/p&#62;
&#60;p&#62;Best Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shelteredinsound on "Add Search and Social to the Header"</title>
			<link>http://www.kriesi.at/support/topic/add-search-and-social-to-the-header#post-50266</link>
			<pubDate>Thu, 05 Apr 2012 22:43:38 +0000</pubDate>
			<dc:creator>shelteredinsound</dc:creator>
			<guid isPermaLink="false">50266@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The code did not remove the original search and social icons.  And the new search/social is scrambled in the header file.  Other thoughts? Thanks for sticking with this!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Add Search and Social to the Header"</title>
			<link>http://www.kriesi.at/support/topic/add-search-and-social-to-the-header#post-50167</link>
			<pubDate>Thu, 05 Apr 2012 16:30:50 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">50167@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;In your custom.css replace the code I have given you with this code:&#60;br /&#62;
&#60;code&#62;.main_menu {&#60;br /&#62;
position: absolute!important;&#60;br /&#62;
right: 0;&#60;br /&#62;
top: 100px;&#60;br /&#62;
}&#60;br /&#62;
.mod-search &#38;gt; ul.social_bookmarks {&#60;br /&#62;
position: absolute!important;&#60;br /&#62;
right: 225px;&#60;br /&#62;
}&#60;br /&#62;
div.title_meta &#38;gt; #searchform,&#60;br /&#62;
div.title_meta &#38;gt; ul.social_bookmarks {&#60;br /&#62;
display: none;&#60;br /&#62;
}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This code also removes search and social icons showing in its original position(showing twice). Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Best Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shelteredinsound on "Add Search and Social to the Header"</title>
			<link>http://www.kriesi.at/support/topic/add-search-and-social-to-the-header#post-50023</link>
			<pubDate>Wed, 04 Apr 2012 19:06:32 +0000</pubDate>
			<dc:creator>shelteredinsound</dc:creator>
			<guid isPermaLink="false">50023@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks!  This is moving it forward but the custom css doesn't see to affect positioning.  Search bar just resting up against the logo.  I also need help removing the search/social instance on the pages that don't use the default layout like dynamic template pages and portfolio template pages. You can see what I mean at the address I provided.  Search/social showing up twice.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Add Search and Social to the Header"</title>
			<link>http://www.kriesi.at/support/topic/add-search-and-social-to-the-header#post-49989</link>
			<pubDate>Wed, 04 Apr 2012 16:16:51 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">49989@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;In your functions.php change the code above to this:&#60;br /&#62;
&#60;code&#62;if(!function_exists('mod_avia_search'))&#60;br /&#62;
{&#60;br /&#62;
function mod_avia_search()&#60;br /&#62;
{&#60;br /&#62;
echo '&#38;lt;div class=&#34;mod-search&#34;&#38;gt;';&#60;br /&#62;
echo get_search_form();&#60;br /&#62;
echo '&#38;lt;ul class=&#34;social_bookmarks&#34;&#38;gt;';&#60;br /&#62;
if($dribbble = avia_get_option('dribbble')) echo &#34;&#38;lt;li class='dribbble'&#38;gt;&#38;lt;a** href='http://dribbble.com/&#34;.$dribbble.&#34;'&#38;gt;&#34;.__('Follow us on dribbble', 'avia_framework').&#34;&#38;lt;/a**&#38;gt;&#34;;&#60;br /&#62;
if($twitter = avia_get_option('twitter')) echo &#34;&#38;lt;li class='twitter'&#38;gt;&#38;lt;a** href='http://twitter.com/&#34;.$twitter.&#34;'&#38;gt;&#34;.__('Follow us on Twitter', 'avia_framework').&#34;&#38;lt;/a**&#38;gt;&#34;;&#60;br /&#62;
if($facebook = avia_get_option('facebook')) echo &#34;&#38;lt;li class='facebook'&#38;gt;&#38;lt;a** href='&#34;.$facebook.&#34;'&#38;gt;&#34;.__('Join our Facebook Group', 'avia_framework').&#34;&#38;lt;/a**&#38;gt;&#34;;&#60;br /&#62;
echo '	&#38;lt;li class=&#34;rss&#34;&#38;gt;&#38;lt;a** href=&#34;'.avia_get_option('feedburner',get_bloginfo('rss2_url')).'&#34;&#38;gt;RSS&#38;lt;/a**&#38;gt;';&#60;br /&#62;
echo '&#38;lt;/div&#38;gt;';&#60;br /&#62;
}&#60;br /&#62;
}&#60;/code&#62;&#60;br /&#62;
Its weird that the [a] tags I put on the code were gone. :( Sorry about that. Just remove the ** in the code(if I try to remove that some code will be missing, so just replace it on your end after you pasted the code).&#60;/p&#62;
&#60;p&#62;And in your custom.css change it to this:&#60;br /&#62;
&#60;code&#62;.mod-search &#38;gt; #searchform {&#60;br /&#62;
position: absolute;&#60;br /&#62;
right: 0;&#60;br /&#62;
top: 40px;&#60;br /&#62;
}&#60;br /&#62;
.mod-search &#38;gt; ul.social_bookmarks {&#60;br /&#62;
top: 48px!important;&#60;br /&#62;
}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Best Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shelteredinsound on "Add Search and Social to the Header"</title>
			<link>http://www.kriesi.at/support/topic/add-search-and-social-to-the-header#post-49889</link>
			<pubDate>Wed, 04 Apr 2012 02:44:08 +0000</pubDate>
			<dc:creator>shelteredinsound</dc:creator>
			<guid isPermaLink="false">49889@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm not getting the social media graphics to load.  Also, the search bar and social logos are showing up in the portfolio, contact and dynamic template pages.  I've been editing code here and there but don't think my changes should have affected this area.  Can you take a look at my demo site and verify the code you provided is not to blame?  Thanks in advance.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://christiepits.com/wordpress/contact/&#34; rel=&#34;nofollow&#34;&#62;http://christiepits.com/wordpress/contact/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Add Search and Social to the Header"</title>
			<link>http://www.kriesi.at/support/topic/add-search-and-social-to-the-header#post-49853</link>
			<pubDate>Tue, 03 Apr 2012 23:31:17 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">49853@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Kindly undo my previous instructions and edit your template-blog.php and find:&#60;br /&#62;
&#60;code&#62;avia_title($t_link); &#60;/code&#62;&#60;br /&#62;
And replace it with this:&#60;br /&#62;
&#60;code&#62;avia_title($t_link, '', false);&#60;/code&#62;-&#38;gt; This code removes the search and social besides the Blog - Latest News in the blog page.&#60;/p&#62;
&#60;p&#62;Then edit your functions.php, go to last line and paste this code:&#60;br /&#62;
&#60;code&#62;if(!function_exists('mod_avia_search'))&#60;br /&#62;
{&#60;br /&#62;
	function mod_avia_search()&#60;br /&#62;
	{&#60;br /&#62;
		echo '&#38;lt;div class=&#34;mod-search&#34;&#38;gt;';&#60;br /&#62;
		echo get_search_form();&#60;br /&#62;
		echo '&#38;lt;ul class=&#34;social_bookmarks&#34;&#38;gt;';&#60;br /&#62;
			if($dribbble = avia_get_option('dribbble')) echo &#34;&#38;lt;li class='dribbble'&#38;gt;&#60;a href='http://dribbble.com/&#34;.$dribbble.&#34;'&#62;&#34;.__('Follow us on dribbble', 'avia_framework').&#34;&#60;/a&#62;&#34;;&#60;br /&#62;
			if($twitter = avia_get_option('twitter')) echo &#34;&#38;lt;li class='twitter'&#38;gt;&#60;a href='http://twitter.com/&#34;.$twitter.&#34;'&#62;&#34;.__('Follow us on Twitter', 'avia_framework').&#34;&#60;/a&#62;&#34;;&#60;br /&#62;
			if($facebook = avia_get_option('facebook')) echo &#34;&#38;lt;li class='facebook'&#38;gt;&#60;a href='&#34;.$facebook.&#34;'&#62;&#34;.__('Join our Facebook Group', 'avia_framework').&#34;&#60;/a&#62;&#34;;&#60;br /&#62;
			echo '	&#38;lt;li class=&#34;rss&#34;&#38;gt;&#60;a href=&#34;'.avia_get_option('feedburner',get_bloginfo('rss2_url')).'&#34;&#62;RSS&#60;/a&#62;';&#60;br /&#62;
		echo '&#38;lt;/div&#38;gt;';&#60;br /&#62;
	}&#60;br /&#62;
}&#60;/code&#62;-&#38;gt;This code creates a function that generates the search and social icons structure.&#60;/p&#62;
&#60;p&#62;Then edit your header.php and find:&#60;br /&#62;
&#60;code&#62;echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png');&#60;/code&#62;&#60;br /&#62;
Add this code below it:&#60;br /&#62;
&#60;code&#62;mod_avia_search();&#60;/code&#62;-&#38;gt;This code places the search and social icons to the header.&#60;/p&#62;
&#60;p&#62;Then add this code to your custom.css:&#60;br /&#62;
&#60;code&#62;#header &#38;gt; .container {&#60;br /&#62;
padding-bottom: 60px;&#60;br /&#62;
}&#60;br /&#62;
.mod-search &#38;gt; #searchform {&#60;br /&#62;
position: absolute;&#60;br /&#62;
right: 0;&#60;br /&#62;
top: 125px;&#60;br /&#62;
}&#60;br /&#62;
.mod-search &#38;gt; ul.social_bookmarks {&#60;br /&#62;
top: 133px!important;&#60;br /&#62;
}&#60;/code&#62;-&#38;gt;This code fixes the position of the search and social icons on the header.&#60;/p&#62;
&#60;p&#62;This instruction is quite lengthy but hopefully this should work. :)&#60;/p&#62;
&#60;p&#62;Best Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris on "Add Search and Social to the Header"</title>
			<link>http://www.kriesi.at/support/topic/add-search-and-social-to-the-header#post-49628</link>
			<pubDate>Tue, 03 Apr 2012 00:13:39 +0000</pubDate>
			<dc:creator>Chris</dc:creator>
			<guid isPermaLink="false">49628@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorta, but the formatting isn't being applied and I would like both the search and social bar moved to the header while retaining their existing formatting.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Chris Lillis
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Add Search and Social to the Header"</title>
			<link>http://www.kriesi.at/support/topic/add-search-and-social-to-the-header#post-49468</link>
			<pubDate>Mon, 02 Apr 2012 05:42:25 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">49468@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Edit your header.php and look for 1st &#38;lt;div class='container'&#38;gt;, add this line below.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;search-form-header&#38;quot;&#38;gt;
&#38;lt;?php get_search_form(); ?&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then visit your custom.css and add this line.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.search-form-header {
	position: absolute;
	top: 10px;
	right: 0px;
}&#60;/code&#62;&#60;/pre&#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>Chris on "Add Search and Social to the Header"</title>
			<link>http://www.kriesi.at/support/topic/add-search-and-social-to-the-header#post-49460</link>
			<pubDate>Mon, 02 Apr 2012 04:31:10 +0000</pubDate>
			<dc:creator>Chris</dc:creator>
			<guid isPermaLink="false">49460@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi I would like to be able move the social/search bar to the very top header as shown in the following image:&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;https://collaborate.lillistech.net/download/attachments/10780682/Header.jpg&#34;&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Chris Lillis
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
