Hi,
I would like to reduce the height of the search form on the top. I would like to make it thinner and more discrete without affecting the rest.
It should be proportionate to the input field text.
Many many thanks!
How to reduce height of the search bar on the top?
6 posts from 2 voices-
Posted 1 year ago #
-
Hello,
Drop this snippet on your custom.css
#s { z-index: 1; border: none; position: relative; width: 160px; padding: 5px 48px 5px 12px; }Hope this helps. :)
Regards,
IsmaelPosted 1 year ago # -
thanks a lot, need to adjust the submit button now but I think it's not complicate to find the code for this....
Posted 1 year ago # -
Hi,
For the button, try to add this in your custom.css:
#searchsubmit {
height: 26px;
}
Hope this helps. :)Best Regards,
IsmaelPosted 1 year ago # -
Perfect!! thanks a lot!:)
Posted 1 year ago # -
Hi,
No problem. We're glad help you. :)
Cheers,
IsmaelPosted 1 year ago #
Topic Closed
This topic has been closed to new replies.














