Hello,
We are using the Tea theme. We would like to know is it possible to show only one product per row on a mobile device. Now 2 products are shown. Thanks.
This topic has 3 replies, 2 voices, and was last updated 4 years, 3 months ago ago by Daniel Partadzhiev
Hello,
We are using the Tea theme. We would like to know is it possible to show only one product per row on a mobile device. Now 2 products are shown. Thanks.
Hello,
Thanks for using our theme.
Try to add the next code in Theme Options > Theme custom CSS > Custom CSS for mobile:
.products-grid .product {
width: 100%;
}
Regards
Hello,
Thank you. The code did the trick 🙂
The issue related to '‘How to change the products' layout on a mobile device? | Tea theme’' has been successfully resolved, and the topic is now closed for further responses