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

How can I adjust the product grid column number on mobile?

Solved

How can I adjust the product grid column number on mobile?

Themoderngents
Tourist
6 0 1

Hello! I am currently using the "Spark" theme, and I use a collections page as the page with all my products. On the product grid, I can change how many columns there are per row for desktop. However, I cannot change this for mobile, and it seems like my columns per row is stuck at 1 for mobile, which does not look very good. Is there any way I can change this?

Accepted Solution (1)
LitExtension
Shopify Partner
4963 1010 1192

This is an accepted solution.

Hi @Themoderngents,

Go to Assets > theme.css and paste this at the bottom of the file:

@media (max-width: 45em){
	.collection__products {
		grid-template-columns: repeat(2,1fr) !important;
	}
}

Hope it helps!

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Contact us:
- Email: contact@litextension.com

View solution in original post

Replies 5 (5)

LitExtension
Shopify Partner
4963 1010 1192

Hi @Themoderngents,

Do you want it to show 2 for mobile?

Please send your site and if your site is password protected, please send me the password. I will check it.

 

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Contact us:
- Email: contact@litextension.com
Themoderngents
Tourist
6 0 1

Themoderngentlemen.co 

 

LitExtension
Shopify Partner
4963 1010 1192

This is an accepted solution.

Hi @Themoderngents,

Go to Assets > theme.css and paste this at the bottom of the file:

@media (max-width: 45em){
	.collection__products {
		grid-template-columns: repeat(2,1fr) !important;
	}
}

Hope it helps!

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Contact us:
- Email: contact@litextension.com
Themoderngents
Tourist
6 0 1

Thank you so much!!!!

DealsForLess
Visitor
1 0 0

Hi,

 

I was wondering if you could help me with a similar issue please.

My website is:

https://dealsforless.store/collections/kitchen

I would like the grid to be 2 columns.

 

Thank you in advance!