Home Forums WoodMart support forum Theme Menubar Not resdponsible for All Devices Reply To: Theme Menubar Not resdponsible for All Devices

#476644

Hello,

It is not possible to set the menu it depends on the space available on the header.

You can try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

.wd-nav {
    --nav-gap: 8px !important;
}
.whb-main-header .whb-flex-equal-sides .whb-col-left, .whb-flex-equal-sides .whb-col-right {
    flex: 0 0 0%;
}
.wd-nav-main>li>a, .wd-nav-secondary>li>a {
    font-size: 10px;
}

Best Regards.