Home Forums WoodMart support forum Burger menu Reply To: Burger menu

#181851

Hello,

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

@media (max-width: 575px){
body .mobile-nav-icon .woodmart-burger-label {
    display: inline-block;
}
}

Best Regards