How can I increase the maximum width of my site on the Dawn theme?

Hello

I need to increase the maximum width of my site for all pages to 2560px, can you let me know the code and where this needs to go in the theme files?

URL is - www.cherood.com and password is ‘SUMMERSNOTOVER’

Thank you

Marcus

@MarcusGoku

Please share correct store password!

Thanks!

1 Like

Sorry, correct password is ‘TEAMEARLY’

Thank you

1 Like

@MarcusGoku

Please add following css code your assets/base.css bottom of the file .

.page-width {
    max-width: 2560px !important;
    margin: 0 auto;
    padding: 0 1.5rem;
}

Thanks!

2 Likes