Hi community,
I’m looking to increase the width of my about and contact pages, similar to the 1600px width I have set for the home page theme. I am using ‘Craft’ Theme. See image attached for how narrow to about page is currently at.
Wondering if someone can please assist with code for this?
Thank you 
Hi @designbymeg
Could you share your page link so I can provide the code?
Hi, you can change width of that page by opening base.css file, go to 155 line, change
max-width: 72.6rem;
to
max-width: 1600px;
1 Like
Hi @designbymeg
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the base.css file:
@media screen and (min-width: 990px) {
.page-width–narrow {max-width: 100rem !important;}
}
Regards,
San