Hello,
I would like to widen the scaling of my theme. Example:
As you can see, it does not scale very wide when increasing the window size. I am hoping there is a pretty straightforward way to do this. Please help if you can. Thank you!
Theme: Venture
Site: www.boogiethreads.com
Hi there!
Add this to the bottom of styles.scss:
.page-width {
max-width: 1600px;
}
Hello,
Thank you but I do not have a styles.scss would it be the same as theme.scss?
Hi @BoogieThreads ,
Yes, you can add the code at the bottom of yourtheme.scss
.page-width {
max-width: 1600px;
}
Have a nice day.
Awesome I will give that a try. Thank you for your help!