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
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
Sorry, correct password is ‘TEAMEARLY’
Thank you
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!