Home › Forums › WoodMart support forum › woodmart categories always open on mobile › Reply To: woodmart categories always open on mobile
January 22, 2020 at 1:13 pm
#169255
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (max-width: 1024px){
body .woodmart-product-categories {
display: block;
}
body .woodmart-show-categories {
display: none;
}
}
Best Regards