Widgets vanish on mobile

Hi
on https://www.luxurymoon.co.uk/product-category/menstrual-cups/

there are loads of filtering options you can see on a desktop but they vanish on a mobile.

Below Categories, there are about 10 options - length of cup, length of cup and handle… etc. that are not there on a mobile.

Is there anything I can change in the settings to make them show up?

Huge thanks! You are doing a wonderful job!

Hello @lisacole1,

Thanks for asking. :slight_smile:

Please add following CSS under X > Theme Options > CSS:

.prdctfltr-widget .prdctfltr_wc {
    display: block !important;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

you genius! thank you so much!

You’re welcome, Lisa.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.