Home › Forums › WoodMart support forum › Burger menu › Reply To: Burger menu
March 24, 2020 at 6:42 am
#181851
Elise Noromit
Member
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