This topic has 3 replies, 2 voices, and was last updated 3 years, 6 months ago ago by Rodrigo
Hello:
I would like to show our products in Products page Layout in two columns, only in mobile. I’ve tried with this code in CSS for mobile (private) But It doesn’t work. How can I do?
https://longfield.es/deportes/running/
Best regards,
Hello,
Theme Options > CUstom CSS > Custom CSS for mobile:
.products-grid .product {
width: 50% !important;
}
.products-grid .product .btn {
padding: 5px 3px;
font-size: 10px;
}
Regards
Great!!
Many thanks again Rose!!!
Best regards,
The issue related to '‘Two columns in Products page Layout’' has been successfully resolved, and the topic is now closed for further responses