make collection list images bigger on desktop

Topic summary

A user wants to enlarge collection list images on the desktop version of their Shopify store (antico-abito.com) using the Dawn theme. The mobile version is already satisfactory.

Proposed Solution:
A community member suggested adding custom CSS code to remove the max-width constraint on the collection list wrapper:

.collection-list-wrapper.page-width {
    max-width: unset !important;
}

Current Status:
The proposed CSS solution did not produce the desired effect. The helper has requested a screenshot showing how the code was implemented to troubleshoot further.

Issue remains unresolved - awaiting verification of proper code placement in the Custom CSS section.

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

hello, i would like to make my collection list images bigger on desktop, mobile version is fine:

this is my website, i would like it to look something like this:

my website is www.antico-abito.com , theme is dawn

HI @ads18922

To complete your requests, please follow these steps:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.
.collection-list-wrapper.page-width {
    max-width: unset !important;
}

Here is the result:

I hope this helps

Best,

Daisy

hello, this didnt do anything. I would like to make the images bigger

Hi @ads18922

Could you please share with me the screenshot of you adding the code in the custome CSS section so I can check ?

Best,

Daisy