This topic has 4 replies, 3 voices, and was last updated 8 years, 5 months ago ago by Robert Hall
Hello,
I need to see all the products in a single column on mobile version, with larger images. Now the products are placed in two columns and the customer doesn’t like it because the images are too small. Can you help me?
Thank you very much!
Hello,
Please add this code in custom.css file:
@media (max-width: 480px){
.sidebar-position-without .products-grid.product-count-3 .product:nth-child(n) {
width: 100% !important;
}}
Best regards,
Jack Richardson.
It works! Thank you very much 🙂
Hello,
You’re welcome!
Regards,
Robert Hall
Tagged: mobile, one column, optimized, products, templates, woocommerce, wordpress
The issue related to '‘Just one column products on mobile version’' has been successfully resolved, and the topic is now closed for further responses