How can I adjust the page width to full on my site?

Hi there,

I wanna change some policy pages to full, I check the answer of others but still does not solve my question.

Check my page

https://www.lilygo.cc/pages/shipping-delivery

If there is any help I will appreciate it.

what type of policy do you want?

Can you be more specific?

Hi Ajing.

This is PageFly - Free Landing Page Builder. I would love to provide my advice for your store based on 6 years of providing solutions for about 100.000+ active Shopify merchants.

You can go to Online store => themes => Actions => Edit code

Then go to base.css and add this code

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

.page-width--narrow {   

max-width: 1450px !important; 

padding: 0;

}

I hope my above information can help you

Kind regards,

PageFly

Hi there,

Thank you for your response, I added but still the same before

@Ajing

Hi,

To make the policy page full width, please add the code below to assets/base.css file.

.shopify-policy__container,
.section-template--15547176648885__main-padding {
    max-width: 100% !important;
    width: 80% !important;
}

You can change the width above from 80% to 90% or some other numbers to fit your needs.

Hope it helps.

Thanks.