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