Hi, currently in my shop page, products appear on 2 columns making the prices be on top of each other. That does not look good. How can i make it so the products appear on one column on mobile?
Please note that providing custom CSS to personalize your website is usually beyond the scope of our support. For customization services, please check service we offer here: https://sonaar.io/services/website-customization-service/
Hi, currently in my shop page, products appear on 2 columns making the prices be on top of each other. That does not look good. How can i make it so the products appear on one column on mobile?
Hi,
you can add custom CSS in WP-Admin > Theme Options > Custom CSS:
@media (max-width: 768px){
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
width: 100%!important;
}
}
Please note that providing custom CSS to personalize your website is usually beyond the scope of our support. For customization services, please check service we offer here: https://sonaar.io/services/website-customization-service/
Thanks,
Max from the Sonaar.io Crew
Understood, much appreciated!
You are welcome
Thanks,
Max from the Sonaar.io Crew