How to move SEARCH bar to top
-
I am using the Photo Blog theme and would like to move the search bar to the top of the page. I don’t know anything about CSS or coding and will need detailed instructions how to do this.
Thanks,
The blog I need help with is: (visible only to logged in users)
-
Hey there,
I checked the site and the search bar is already at the top of the page. Do you want it higher than where it already is?
If you want it removed, use this snippet:
form.searchform input.searchfield { display: none; } .masthead .search-wrapper form.searchform button.searchsubmit { display: none; }Just tried it on your site and it worked fine.
Let me know, thanks!
- The topic ‘How to move SEARCH bar to top’ is closed to new replies.