A user working with the Be Yours Shopify theme wants to change their collections list layout from 2 items per row to 4 items per row on desktop view.
Two solutions were provided:
CSS code injection - Add custom CSS to the theme.liquid file before the </body> tag that modifies the grid item width using media queries for screens 750px and wider.
Theme customizer settings - Navigate to Online Store > Themes > Customize, select the Collection List section, and adjust the number of columns per row directly in the settings panel to 4.
The original poster confirmed the CSS solution worked successfully. Both approaches achieve the same visual result of displaying 4 collections per row on desktop.
Summarized with AI on November 7.
AI used: claude-sonnet-4-5-20250929.
I hope everyone is doing well. I’m using the Be Yours theme, and the collections list image on the desktop view is currently showing 2 per row. I would like to change it to display 4 collections per row. Screenshot attached.
Can anyone help me? Any assistance would be greatly appreciated.