How can I maximize collection list width in Debut theme?

Hi, I’m trying to figure out how to use the full width for the collection list section. I’ve tried several codes that I found looking around but I can not get them to work. If I can add the code to this section would be great.

My website is: https://amayajadeandco.com/

Thank you

Hi Amaya
Paste this Css in your Css file
div#shopify-section-1630841168b22e4838 .page-width {
padding: 0;
margin: 0 auto;
min-width: 100%;
}

Thanks
Sandeep

1 Like

Hi Sandeep, Thank you for your reply. This does not work for me. I have tried pasting this in the CSS file and it does not change anything.

Jen

Hi Jen,
Paste this Css in your Css file i have added here !important in css.
div#shopify-section-1630841168b22e4838 .page-width {
padding: 0 !important;
margin: 0 auto !important;
min-width: 100% !important;
}

Thanks
Sandeep

1 Like