This topic has 2 replies, 2 voices, and was last updated 4 years, 10 months ago ago by John Holden
Hi
Currently, the mobile shop displays 2 products per row. How to have it 1 product per row instead? Thanks!
Hi,
Add below code to Theme Options -> Theme Custom CSS -> Custom CSS For Mobile (0 – 480px)
.product {
width: 100% !important;
}
.product-details .add_to_cart_button.btn {
max-width: 100%;
font-size: 10px;
}
Regards,
Hung PD
You must be logged in to reply to this topic.Log in/Sign up