On my search form, the background is white and the text isn't showing when you start a search. It seems as though the the text is behind the search bar. How do I fix this?
You can see an example in the footer of http://naturaldentistry.us
Thanks!
On my search form, the background is white and the text isn't showing when you start a search. It seems as though the the text is behind the search bar. How do I fix this?
You can see an example in the footer of http://naturaldentistry.us
Thanks!
Hey,
at the bottom of your style.css add
#searchform{
float:left !important;
width:200px !important;}Thanks. That worked.
Glad that I could help :)
You must log in to post.