Re: Please help with the widening scale of my theme

Solved

Please help with the widening scale of my theme

BoogieThreads
Excursionist
78 0 7

Hello, 

I would like to widen the scaling of my theme. Example:

GratefullyDyed_0-1663280203719.png


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

 

Accepted Solutions (2)

valiermedia
Shopify Partner
94 23 59

This is an accepted solution.

Hi there!

 

Add this to the bottom of styles.scss:

 

.page-width {
	max-width: 1600px;
}
Web Development | UX | Graphics
valiermedia.com

There is enough abundance to go around, so long as we look out for one another 🙂

View solution in original post

AvadaCommerce
Shopify Partner
3879 840 1001

This is an accepted solution.

Hi @BoogieThreads ,

 

Yes, you can add the code at the bottom of yourtheme.scss

.page-width {
max-width: 1600px;
}

 

Have a nice day.

 

banned

View solution in original post

Replies 4 (4)

valiermedia
Shopify Partner
94 23 59

This is an accepted solution.

Hi there!

 

Add this to the bottom of styles.scss:

 

.page-width {
	max-width: 1600px;
}
Web Development | UX | Graphics
valiermedia.com

There is enough abundance to go around, so long as we look out for one another 🙂
BoogieThreads
Excursionist
78 0 7

Hello,

Thank you but I do not have a styles.scss would it be the same as theme.scss?

GratefullyDyed_0-1663286613327.png

 

AvadaCommerce
Shopify Partner
3879 840 1001

This is an accepted solution.

Hi @BoogieThreads ,

 

Yes, you can add the code at the bottom of yourtheme.scss

.page-width {
max-width: 1600px;
}

 

Have a nice day.

 

banned
BoogieThreads
Excursionist
78 0 7

Awesome I will give that a try. Thank you for your help!