jgilman 1 Report post Posted August 9, 2011 On the right above or below the social icons. Any suggestions? Thanks guys. Share this post Link to post Share on other sites
kastelic 6 Report post Posted August 9, 2011 Go to PlatformPro settings -> Header and Nav and uncheck "hide search bar" Share this post Link to post Share on other sites
jgilman 1 Report post Posted August 10, 2011 Thanks kastelic. Is it possible to move it's position with css? Share this post Link to post Share on other sites
dtldesign 1 Report post Posted August 14, 2011 Best to do that using a hook. Have a look here as this explains it well... http://youtu.be/9ar2xW52eLk Share this post Link to post Share on other sites
jgilman 1 Report post Posted April 24, 2012 Not sure if thats working. The search box still only appears if I uncheck "hide search bar" and it's still in the nav, not the header. Here's the code I added per the video: // NEW SEARCH FIELD FUNCTION ----------// // add_action('hook_name','function name'); add_action('pagelines_before_branding_icons', 'new_search'); // function name function new_search(){ get_search_form(); } // end function It mentions css to adjust it's position but doesn't specify where or how. Is it possible to move it up from the nav to the header with css? http://wheego.net Share this post Link to post Share on other sites