Could anyone show me how to add more padding to the top and bottom of my return policy page on the Dawn theme? I’m not sure where to locate the relevant code. Thank you for your help in advance.
Hi @semebe ,
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->/base.css->paste below code at the bottom of the file:
.shopify-policy__container {
margin-top: 20px !important;
margin-bottom: 20px !important;
}
Note: You can increase or decrease the px value to fit your store
Hope my answer will help you.
Kate from PageFly Team.
1 Like
Thank you, it works
