Okay
  Public Ticket #2346179
Product filters (price and color) not showing on mobile and tablet shop page
Closed

Comments

  • Piyush started the conversation

    I purchased "KARO" theme from "Themeforest". During Page designings i encounter a problem.

    I set the product filters like colors, price, etc. for my shop page (https://www.julars.com/shop/) and they are easily displaying on this page in my laptop.

    But When i open my Shop page in mobile and tablet, i find no filter on the shop page. 

    Please tell me what is the solutin my problem.

    Thank you.

  •  2,636
    Kevin replied

    Hi Piyush !

    Add this css property at Appearance-> Customize-> Additional CSS to display it


    @media only screen and (max-width: 767px) {
    .widget-container.widget_layered_nav, .widget-container.widget_price_filter {
        display: block;
    }
    }

    thank you