Home Forums WoodMart support forum How to set search bar width in header Reply To: How to set search bar width in header

#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,