Hello,
I've recently begun work to make my child theme compatible with thematic 0.9, but I've run into a snag: is there any way to make the search bar smaller without editing the HTML itself?
Thanks
Hello,
I've recently begun work to make my child theme compatible with thematic 0.9, but I've run into a snag: is there any way to make the search bar smaller without editing the HTML itself?
Thanks
Hey,
using CSS ..
li#search input#s {
margin:7px 0;
width:100px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #000;
padding: 2px;
}
and .. please do not ask for IE6 ;-)
Cheers,
Chris
Thanks!
You must log in to post.