Hi there,
Can I change the size off the search box (width and height)?
Looked in the css files but was not sure what to do.
By the way nice and easy to implement.
Looking forward for next versions
kind regards,
Henk
Hi there,
Can I change the size off the search box (width and height)?
Looked in the css files but was not sure what to do.
By the way nice and easy to implement.
Looking forward for next versions
kind regards,
Henk
Yes you should be able to override the default CSS the same way you would with any WordPress plugin.
Try adding something like this to your themes stylesheet:
#search_box_container { width:200px; }
The height might be a bit trickier to change but should be possible with some effort.
You must log in to post.