This topic has 2 replies, 2 voices, and was last updated 4 years, 11 months ago ago by Rose Tyler
What settings would I need to change in order to view products in single column when in shop or catalogue, via Mobile?
Hello,
Add this code in Theme Options > Theme Custom CSS > Custom CSS for mobile:
.products-grid .product {
width: 100%;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up