How do I make the search text box (in the header) wider? Is it even possible?
The threads on removing the search box did not help me. I couldn't find the same such code in my style.css page.
Thanks for any help!
How do I make the search text box (in the header) wider? Is it even possible?
The threads on removing the search box did not help me. I couldn't find the same such code in my style.css page.
Thanks for any help!
Add this in your childtheme's style.css
#header-top #searchform input[type="text"] {
width: 200px;
}That worked perfectly. Thank you!
You must log in to post.