How do I change the full width of my website on all pages? Debutify theme

How do I change the full width of my website on all pages?

That’s a demo site from Debutify, and the width is 1432px with looks pretty nice. I have the same theme but my width is 1790px with looks not that good, text, icons, and everything is compressed.

How can I change that?

@Medeep

Hello, Can You Please Share Your Store URL

Hi, there!

https://ornoe.com/

Hey @Medeep ,

You can change the width of the pages by opening the theme editor and going to the theme settings > advanced settings > scroll down until you find the option “Page width”. By default, Debutify leaves it at 1180px, however, you can increase the value.

1 Like

@Medeep
Hello,

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