This topic has 2 replies, 2 voices, and was last updated 4 years, 7 months ago ago by Rose Tyler
Hi,
is there any possibility to show 2 columns in the product list on mobile phones? Actually there is only 1 column, and I cannot find any option to change it.
Thx and kind regards
maccandy
Hello,
There is no such option, but the custom CSS code can be used:
@media only screen and (max-width: 480px) {
.shop-full-width .products-grid.row-count-4 .product {
width: 50%;
}
}
Regards
You must be logged in to reply to this topic.Log in/Sign up