How can I adjust the page width in Dawn theme without affecting homepage?

Hello!

I am using the dawn theme and would like to know how to change the width of all pages without changing the width of the homepage. When I made my websites homepage full width, every page also changed to full width. I would like to just change the width of pages.

Hi @Jaclyn2 !

This is PageFly - Advanced Page Builder. I would love to give you some recommendation.

Please add this code;

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css->paste below code at the bottom of the file:

.page-width {
max-width: 160rem !important;
}

Best Regards;

Pagefly

This code changed the width of the homepage as well. I would just like to change the width of the pages without changing the width of the homepage.

@Jaclyn2 Let me check bro