Re: Show products on mobile one by one rather than grid

Solved

Show products on mobile one by one rather than grid

livinglight108
Tourist
11 0 2

This code used to work however it no longer works. I want our mobile site to display products on our Baskets (collection) page one by one rather than in a grid format.

@media (max-width : 740px){
.featured__collection-template--20191361958231__940f8cea-d1b2-419d-a11b-9691a6980e7d .product-loop {
grid-template-columns: 1fr !important;
}

https://bloomstockholm.com/

Screen Shot 2023-12-15 at 11.01.01 AM.png

Accepted Solution (1)

niraj_patel
Shopify Partner
2378 514 511

This is an accepted solution.

hello @Livinglight

You can add code by following these steps:

1. Go to Online Store -> Theme -> Edit code.
2. Open your stylesheet.css file

3. Paste the below code 

techlyser_web_0-1702668730524.png

 

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- [email protected]

View solution in original post

Reply 1 (1)

niraj_patel
Shopify Partner
2378 514 511

This is an accepted solution.

hello @Livinglight

You can add code by following these steps:

1. Go to Online Store -> Theme -> Edit code.
2. Open your stylesheet.css file

3. Paste the below code 

techlyser_web_0-1702668730524.png

 

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- [email protected]