We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Change width of page on dawn

Change width of page on dawn

jeeyong_kahng
Tourist
10 1 3

I want to change the width of my pages (not the product page or home page). For example, About Us page is too narrow. Please help. 

Replies 5 (5)

Made4uo-Ribe
Shopify Partner
10211 2427 3079

Hi @jeeyong_kahng 

Would you mind sharing your store URL? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Made4uo-Ribe
Shopify Partner
10211 2427 3079

Thanks for the info, check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file

 

.page-width.page-width--narrow.section-template--16609962000633__main-padding {
    max-width: 80%;
}

 

And save. 

result:

Made4uoRibe_0-1727261146132.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
jeeyong_kahng
Tourist
10 1 3

Actually I found this code and used it but now it's too wide. 

1. Go to Online Store->Theme->Edit code

2. Asset->/base.css ->paste below code at the bottom of the file.

@media screen and (min-width: 990px) {

.page-width--narrow {max-width: var(--page-width);}

}

my url is http://www.azaleasny.com

 

jeeyong_kahng
Tourist
10 1 3

sorry my url is http://www.azaleasnyc.com