Home Forums WoodMart support forum Filter by Size widget (mobile) – selection goes below sidebar

Filter by Size widget (mobile) – selection goes below sidebar

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #335886

    diogen
    Participant

    Hello!
    I am using WOODMART WooCommerce Layered Nav widget to filter products by size attribute. I noticed the widget is acting strange on mobile device. When click to select any size the selection form is below the sidebar and not visible. Probably the same will happen with other similar filtering widgets.

    Attachments:
    You must be logged in to view attached files.
    #335926

    diogen
    Participant

    Update: The issue is not occurring on desktop and tablet in landscape.

    #336192

    Artem Temos
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    body .select2-dropdown {
    	z-index: 100000;
    }

    Kind Regards

    #336196

    diogen
    Participant

    Hello! Thank you for the answer and for provided solution. I put the code in the Global Custom CSS section and this fixed the widget. Should I put it instead in some of the other custom css fields (tablet or mobile), please let me know.

    #336205

    Artem Temos
    Keymaster

    You just need to keep this code in the global CSS field. Anyway, this bug will be fixed in our next theme update.

    #336207

    diogen
    Participant

    Well noted, thank you!

    #336208

    Artem Temos
    Keymaster

    You are welcome! Feel free to contact us if you have any further questions.

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

The topic ‘Filter by Size widget (mobile) – selection goes below sidebar’ is closed to new replies.