All things Shopify and commerce
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
Hi, thanks for reading.
Im using Booster Theme and want to change to page width of our policy page. I need it at least to not be cut off on either side. I've tried a few coding recommendations but nothing works.
Any help would be appreciated.
Link Example - https://rawforbirds.com.au/policies/privacy-policy
Hey @Timbane
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
main {
align-items: center !important;
}
.shopify-policy__container {
max-width: 90%;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi, thanks you but it is making the footer background colour the same width. I want the footer background to remain the same full width.