Incorrect widget display in the mobile version
-
The “PRODUCT CATEGORIES” widget does not work correctly. The category selection drop-down list is not visible on mobile devices. Most likely, the z-index is not set.
Attachments:
You must be
logged in to view attached files.
Hello,
It’s a bug in our theme. We will fix that in our next update. So in order to get rid of that bug now, you should paste the below code to the “Global Custom CSS” area in Theme Settings -> Custom CSS.
body .select2-dropdown {
z-index: 100000;
}
Kindly accept our sincere apologies for the inconvenience caused to you and don’t hesitate to reach out if you have any additional questions.
Kind Regards