Home Forums WoodMart support forum Search bar not responsive Reply To: Search bar not responsive

#139862

Hello,

Please add this code to the Theme Settings > Custom CSS > Mobile:

body .whb-general-header .whb-mobile-center {
    flex: 1 0 auto;
}
body .whb-general-header .whb-mobile-left, 
body .whb-general-header .whb-mobile-right {
    flex: 0 1 auto;
}

Best Regards