How Do I change The Width of the Collection List?

Topic summary

A user wants to reduce the width of their collection list in the Prestige Shopify theme.

Two solutions were proposed:

  1. CSS modification approach: Add custom CSS to base.css, style.css, or theme.css file targeting the collection item width with a min-width: 25% property. This solution was marked as helpful by the original poster.

  2. theme.liquid approach: Insert CSS code directly into the theme.liquid file above the </head> tag, with options to display 4 or 5 collections per row by adjusting the width percentage.

Current status: A different user reports implementing one of these solutions caused their “collection banner” to be misplaced and they haven’t been able to restore it, indicating potential compatibility issues with the Prestige theme that remain unresolved.

Summarized with AI on November 4. AI used: claude-sonnet-4-5-20250929.

I am looking to make my collection list smaller, I am using Prestige theme.

You can view the list here: https://shuter.club/pages/our-artists

Password- rosterclub

Thank you

1 Like

Hi @SamaraShuter

Do you mean like this?

From your Shopify admin dashboard, click on “Online Store” and then “Themes”.

Find the theme that you want to edit and click on “Actions” and then “Edit code”.

In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

section#section-template--16793656721682__main .CollectionItem {
    min-width: 25%;
}

And Save.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Hi @SamaraShuter

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


If you want 5 collection per row, then use this code


Hope this can help you solve the issue

Best regards,

Richard | PageFly

Hi Richard,

I have the similiar issue with the prestige theme, nevertheless, pasting the code but nothing happends. What am i doing wrong? Ps, it worked once and then the “collection banner” was misplaced and i haven’t been able to restore it since.