How can I display more collections on mobile?

Perfect!

It’s resolved.

Last thing, I want to reduce the size on mobile & show 4 collections at least on mobile. Currently, It’s showing only 2 collections on mobile, I want to show more collections.

1 Like

hello @Bilalkhan1986 i can help you out what theme are you using?

I am using Warehouse theme.

1 Like

Hi @Bilalkhan1986 ,

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

@media screen and (max-width: 999px) {
	#shopify-section-template--15666531729576__collection-list .collection-item {
		width: 18vw !important;
	}
}

Hope it helps!