Home › Forums › WoodMart support forum › How can I make height of search bar narrow? I mean height wise › Reply To: How can I make height of search bar narrow? I mean height wise
April 29, 2019 at 1:35 pm
#121424

Elise Noromit
Member
Hello,
It is possible with custom CSS.
Please add this code to the Theme Settings > Custom CSS > Global:
body .searchform input[type=text] {
height: 46px;
}
Change this value as per your needs.
Best Regards