Home › Forums › WoodMart support forum › responsive: Set minimum screen resolution width to activate to mobile menu › Reply To: responsive: Set minimum screen resolution width to activate to mobile menu
December 21, 2020 at 2:35 pm
#252808

Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (max-width: 1207px) {
.whb-hidden-desktop,
.whb-hidden-lg {
display: flex;
}
.whb-hidden-mobile,
.whb-visible-lg {
display: none;
}
}
Best Regards