Jump to content
Sign in to follow this  
jgilman

Need to add search box to header

Recommended Posts

jgilman

On the right above or below the social icons. Any suggestions? Thanks guys.

Share this post


Link to post
Share on other sites
kastelic

Go to PlatformPro settings -> Header and Nav and uncheck "hide search bar"

Share this post


Link to post
Share on other sites
jgilman

Thanks kastelic. Is it possible to move it's position with css?

Share this post


Link to post
Share on other sites
jgilman
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×