Home › Forums › WoodMart support forum › How to set search bar width in header › Reply To: How to set search bar width in header
February 6, 2024 at 7:50 am
#537059
Hung Pham
Keymaster
Hi lesia,
Thanks for reaching to us.
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.website-wrapper .main-page-wrapper {
min-height: auto;
}
.main-page-wrapper .site-content {
margin-bottom: 0;
}
Regards,