website url: mindsightnow.com
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset > custom.css and paste this at the bottom of the file:
.shopify-policy__container{
max-width: 1170px !important;
}
you can change width as per your requirement.
Hello There,
Admin go to online store → themes → actions → edit code
Find Asset >custome.css and paste this at the bottom of the file:
.shopify-policy__container {
max-width: 100%;
padding-left: 50px;
padding-right: 50px;
}
Hello @Kaijann ,
It’s the GemPages Support Team and we are glad to assist you today!
I would like to give you the recommendation to support you so kindly follow the steps below:
- Go to Online Store > Theme > Edit code of your current theme
-
Open your theme.liquid theme file
-
Paste the below code before
Let us know how it works for you.
Best regards,
GemPages Support Team
Hi @Kaijann ,
This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/custome.css->paste below code at the bottom of the file:
.shopify-policy__container {
max-width: 1200px !important;
}
Hope my answer will help you.