We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Mobile Product Grid From 1 To 2 Items Per Row

Solved

Mobile Product Grid From 1 To 2 Items Per Row

Leon_baric
Tourist
6 0 1

I want to change from 1 to 2 products per row  On mobile version

Debutify theme.

https://baricexpress.myshopify.com

Accepted Solution (1)

James_FoxEcom
Shopify Partner
75 14 20

This is an accepted solution.

Hi @Leon_baric 

Do you want like this?

James_FoxEcom_0-1669745567774.png

If yes, please add the CSS below to your theme

 

@media (max-width: 767px) {
  #FeaturedCollections-template--17064001339691__71b78e2c-5f27-4205-bcf3-bda7995c668b .grid__item {
    width: 50% !important;
  }
}

 

Find my answer helpful? Give it a like 🙂
Try Foxify now - #1 Conversion-focused page builder.
Proudly made by FoxEcom.com - Smart & hyperefficient front-end solutions for SMBs. Impact sales, costs, and revenue all at once.

View solution in original post

Replies 3 (3)

James_FoxEcom
Shopify Partner
75 14 20

This is an accepted solution.

Hi @Leon_baric 

Do you want like this?

James_FoxEcom_0-1669745567774.png

If yes, please add the CSS below to your theme

 

@media (max-width: 767px) {
  #FeaturedCollections-template--17064001339691__71b78e2c-5f27-4205-bcf3-bda7995c668b .grid__item {
    width: 50% !important;
  }
}

 

Find my answer helpful? Give it a like 🙂
Try Foxify now - #1 Conversion-focused page builder.
Proudly made by FoxEcom.com - Smart & hyperefficient front-end solutions for SMBs. Impact sales, costs, and revenue all at once.
Leon_baric
Tourist
6 0 1

Its working, thank you ❤️

James_FoxEcom
Shopify Partner
75 14 20

You are welcome

Find my answer helpful? Give it a like 🙂
Try Foxify now - #1 Conversion-focused page builder.
Proudly made by FoxEcom.com - Smart & hyperefficient front-end solutions for SMBs. Impact sales, costs, and revenue all at once.