How can I adjust the policy pages in Dawn theme?

Solved

How can I adjust the policy pages in Dawn theme?

richbernardo
Visitor
1 0 0

Hello, I would like to adjust the width of the policy pages on my store.  I am using the Dawn theme and the policy pages are small with lots of dead space on the sides.  You can see it here: Privacy policy – Ye Olde Curator

 

I would like to increase the width of the text that spans most of the page.  How can I do that?

Accepted Solution (1)

suyash1
Shopify Partner
10689 1316 1696

This is an accepted solution.

@richbernardo - please add this css to the very end of your base.css file and check

 

 

.shopify-policy__container{max-width: 90%;}

 

suyash1_0-1718295604611.png

 

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Replies 2 (2)

BSSCommerce-HDL
Shopify Partner
2305 835 907

Hi @richbernardo
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BSSCommerceHDL_0-1718295412487.png

 

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

BSSCommerceHDL_1-1718295417015.png

 

Step 3: Insert the below code at the bottom of the file -> Save

.shopify-policy__container {
    max-width: 120ch !important;
}

Here is result: 

BSSCommerceHDL_2-1718295470223.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

suyash1
Shopify Partner
10689 1316 1696

This is an accepted solution.

@richbernardo - please add this css to the very end of your base.css file and check

 

 

.shopify-policy__container{max-width: 90%;}

 

suyash1_0-1718295604611.png

 

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.