Home › Forums › WoodMart support forum › Browse Categories edit › Reply To: Browse Categories edit
January 26, 2019 at 3:36 pm
#104212
Elise Noromit
Member
Hello,
Add this code to the Theme Settings > Custom CSS > Desktop:
body .header-categories-nav {
min-width: 450px;
}
body .whb-header:not(.whb-sticked) .header-categories-nav.opened-menu .menu-opener {
min-width: 450px;
}
Change 450px as per your needs.
Best Regards