Home Forums WoodMart support forum Features Requests Reply To: Features Requests

#163654

Jeriss Cloud Center
Participant

In Header Builder, add a feature to adjust the height of the search.

Example :
/* HEADER - REDUCE THE HEIGHT OF SEARCH DROPDOWN ON ALL DEVICES */
.searchform input[type=text] {
	height: 40px
}
.whb-column .woodmart-mobile-search-form input[type=text] {
	height: 40px
}