Full width page

How can i make my whole page full width? Everything on my site https://flanercouture.store/ is not full width except the first front photo.

Hey @flaner

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi,

It worked thank you, but my only question is how can i change the header too to full width?

You can add this code to Custom CSS in Online Store > Themes > Customize > Theme settings to make your header full width

html header {
max-width: 100% !important;
padding-left: 1rem !important;
padding-right: 1rem !important;;
}

Thank you!

You are most welcome!