Would like to increase content width on blog and general pages

Hello

The content width in very narrow on my blog pages and normal pages like about us, contact us and so on.. we would like to increase the width but unsure what to change on our theme without messing things up.

Would be happy to pay for this service.

Thanks

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Thank you for replying. my URL zerozen.co.uk

3 Likes

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.scss.css and paste this at the bottom of the file:
.article--inner {
max-width: 1500px !important;
}
1 Like

Thank you, worked like a dream..

3 Likes

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.

1 Like

Sorry that worked perfect for the blog but did not change the normal page like this one, would it be possible to increase pages width?? thank you

zerozen.co.uk/pages/welcome-to-zero-zen-this-is-our-story

2 Likes

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.scss.css and paste this at the bottom of the file:
.template-page .page-content {
max-width: 1500px;
}
1 Like