Only one category per row in the mobile view of the category list?

Hi, I use the supply theme
How can I set that only one category per row is displayed in the mobile view of the category list?
2 pictures next to each other are simply much too small in the mobile view.

1 Like

@Shellyparts

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

1 Like

Hello,

Apply this code in collection liquid file. Just change this class which effects small screen size devices.

Change “small–one-half” to “small–one-whole”.

Thank you.

1 Like

Thanks, that works very well for the categories.
But in the category list (collection-list-template.liquid) I cannot find this entry.