How to make a Shopify theme full width?

Shopify theme seems to not be full width as the contents don’t fit the screen.

Website: aerobell.co.uk/

hello there, The theme you are using has default section .. you can change that .. but you can change theme style. if you still need help you can contact us anytime

@chanteleo

can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.page-width {max-width: 100%;}

Still not working there is gaps.

Where is the default section?

@chanteleo

yes please show after added code new screenshot!

It still looks like the screenshots above. No change was made. Sorry

@chanteleo

do you have like this section?

Yes, that’s what l want! I don’t want the gaps on the collection as well.

@chanteleo

thanks for confirm, yes please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.collection-list .page-width, .featured-collection .page-width {
    max-width: 100%;
}