Hello,
I have my collection list set to 3 collections per row, which works on desktop viewing, but in mobile it only shows 2 per row.
How do I get the mobile viewing to show 3 per row?
Mobile print with 2 per row
Thanks!
Hello,
I have my collection list set to 3 collections per row, which works on desktop viewing, but in mobile it only shows 2 per row.
How do I get the mobile viewing to show 3 per row?
Mobile print with 2 per row
Thanks!
sorry for that issue can you please try this code
@media only screen and (max-width: 749px) {
#shopify-section-1522671586612 .small--one-half {
width: 33.33333%;
clear: none;
}
}
Thank you very much @KetanKumar .
its my pleasure to help us