Home Forums WoodMart support forum Theme files Reply To: Theme files

#441009

Luke Nielsen
Keymaster

Hello,

Please try to use the below code for that, enter it into the “Desktop CSS” area that is in Theme Settings -> Custom CSS.

.whb-header .whb-col-center .wd-header-search-form {
    align-items: center;
    display: flex;
    width: 100%;
}

.whb-header .whb-col-center .searchform {
    width: 100%;
}

.whb-header .whb-top-bar-inner .whb-col-center {
    flex-direction: column;
}

Kind Regards