Debut Theme Full Width Featured Collection on Home Page

Looking to get my Featured Collection to have larger images by making it full width on the home page. I’m using the Debut theme. I tried modifying the code from this post here: https://community.shopify.com/c/shopify-design/debut-theme-change-size-of-featured-collection-pictures/td-p/690402 but it did not change anything.

My website: https://freedomfirepits.com/

Thank you for the help.

Hi @LonesomeTexan

You can do the following.

  1. From your Admin Page, click Online Store > Themes >Actions > Edit code
  2. In the Asset folder, open the theme.scss
  3. Paste the code below at the very bottom of the file.
#shopify-section-featured-collections > .page-width {
    max-width: 100%;
}

Perfect. Thank you Made4Uo for the help. LT

Hello, LonesomeTexan

This can be edited directly from your theme customization without the need to edit the code.