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;
- Go to Online Store->Theme->Edit code
- 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