How do I customize the return policy page on Dawn?

I want to know how to increase the padding on the top and bottom of my return policy page but I don’t know where to access those codes. Thank you in advance. I have the theme Dawn.

Hi @topspotcards ,

You can add line breaks in the HTML of the page:

  • From your Shopify admin, navigate to Online Store > Pages

  • Open your Refund policy page

  • Click on Show HTML

  • Add
    where you want more space

  • Hit Save

I hope it helps.

Hi @topspotcards ,

Go to Assets > base.css and paste this at the bottom of the file:

.shopify-policy__container {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

You can change the value as you like.

Hope it helps!

Hi @topspotcards ,

I saw you liked my answer. If it helped you solve your issue, please mark it as a solution. Thank you and good luck.