Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS wordpress footer problem (can't add search button properly) Reply To: wordpress footer problem (can't add search button properly)

#188835
ClintonLee83
Participant

There you go, it’s working now. I made the search bar responsive using media queries, if you make the browser narrow, you’ll see the site design changes.

If you want the search bar to display at the top of the page, go into your style.css and go to line 1494 and delete the:

display:none;

from the #header .searchform {