Home › Forums › WoodMart support forum › Woodmart WooCommerce Layered NAV (viewingtype: Dropdown) – not working on mobile › Reply To: Woodmart WooCommerce Layered NAV (viewingtype: Dropdown) – not working on mobile
February 15, 2022 at 9:12 am
#353099
konsulenthusetprovi
Participant
This seems to fix it, it was indeed a z-index problem
@media screen and (max-width:1024px) {
.wd-side-hidden {
z-index: 500 !important;
}
}