How can I make my Dawn 5.0 theme blog page content wider?

Hi! I’m trying to make the blog page content wider. Can anyone let me know how to do it? I’m using Dawn 5.0 theme.

My website is still under construction and therefore I can’t share the url. But I’ve included the snapshot below. Thanks!

1 Like

Hello There,

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

Hi @ZestardTech

The URL is https://cocotilesandmosaics.com.au/blogs/news/story-4

PW: test

1 Like

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.article-template>.page-width {max-width: 130rem;margin: 0 auto;}
1 Like

Hi @ZestardTech

Thank you for looking into it. There is no Asset >theme.scss.css.

The closest one is theme-editor.js

1 Like

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.

Hi @ZestardTech

Unfortunately it didn’t work for me as I can’t find theme.scss.css under Asset. Can this be located somewhere else?

Ok so I actually figure it out. Instead of theme.scss.css, the same code can be inputted into

Asset >base.css and this will solve the issue. Thanks again @ZestardTech