Home Forums WoodMart support forum Incorrect widget display in the mobile version

Incorrect widget display in the mobile version

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #354789

    MasterBlaster44
    Participant

    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.
    #354810

    Luke Nielsen
    Keymaster

    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

Viewing 2 posts - 1 through 2 (of 2 total)