This topic has 2 replies, 2 voices, and was last updated 3 years, 8 months ago ago by Rose Tyler
Hi,
I want to show 2 product per row on my mobile version. I cant find where to change the settings to this. Right now I see 1 per row.
Kind Regards,
Cas
Hello,
Add the next code in Theme Options > Custom CSS > Custom CSS for mobile:
.product {
width: 50% !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up