How can I make collection list 3 per row on mobile?

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

URL: https://www.mimipad.com

Thanks!

1 Like

@sotnasiruy

sorry for that issue can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (max-width: 749px) {
#shopify-section-1522671586612 .small--one-half {
    width: 33.33333%;
    clear: none;
}
}
1 Like

Thank you very much @KetanKumar .

1 Like

@sotnasiruy

its my pleasure to help us

1 Like