I would like to make my about page and home page full screen without affecting other pages such as the contact page, please let me know if you have the code for this ![]()
1 Like
Hi @nicnaks
You need to create another template for you page, and assign a CSS code to make it full width
Hello,
Thank you for your response but really not sure how to do this
Hi @nicnaks
- From you Admin page, go to Online store > Customize
- Go to your Pages > Create template, see image below
- Click the Page, and open the Custom CSS, then place the code below
.page-width.page-width--narrow {
max-width: 100%;
}
- The theme must be PUBLISH, before you can see the customized page template. Assign this template in your page
-
From you Admin page, go to Online store > Pages
-
Change the template by changing the theme template. See image below
Sorry. I do see the error. Please change the code to the following. Thank you
.rte {
max-width: 100%;
}
1 Like
Gave this a go but still no luck, page stayed at the same width
I have managed to resolve this thank you!




