Collections, two columns on mobile

snoopy55
New Member
9 0 0

Hello, my theme does not offer me the ability to have two columns for collections on mobile, I would like to have two collections, side by side. Right now it is one collection, under it another collection, and they are full width. I would like them to be 50% and side by side, 

 

I am on flow theme. 

Replies 4 (4)

EBOOST
Shopify Partner
625 184 200

Hi @snoopy55 

May I suggest to update code these steps:

1. Go to Store Online-> theme -> edit code

EBOOST_0-1674802790535.png
2. Layout/theme.liquid
3. Add code below to bottom of file before </body> tag

@media(max-width: 767px){
	#template--collection.collection-main-body-inner > .grid__item {
		width: 50%!important;
	}
}

 

 

Hope can help


If you find my reply helpful, please hit Like and Mark as Solution


https://www.eboosttech.net


DONATE


EBOOST
snoopy55
New Member
9 0 0
Thank you for your help. I do not believe it worked, however…
snoopy55
New Member
9 0 0

Thank for your help. Although I do not believe it worked.. 

 

I want the collections to be in grid form, side by side, on mobile. Thanks

EBOOST
Shopify Partner
625 184 200

Hi @snoopy55 

Could you share your store url and password? I will help to check it.

Hope can help


If you find my reply helpful, please hit Like and Mark as Solution


https://www.eboosttech.net


DONATE


EBOOST