How can I adjust the width padding on my refund policy page using custom css?

Hello,

I am trying to change the width padding on my refund policy page using custom css. I have looked at the other questions and tried to add it to the theme.css but it didn’t exist so I made a new asset and added it there and it still didn’t work. Any ideas on what I need to do?

Here is my site.

https://www.toodleloo.com/

1 Like

@DallinWest

sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.shopify-policy__container {
    max-width: 1170px !important;
    margin: 0 auto 40px !important;
}
1 Like

That worked thankyou so much!

I have another question. Is there a way I can change the weight of the refund policy header? It says refund policy.

@DallinWest

its my pleasure

yes please check your admin policy content and change

When I go to the content though the header is not visible. only the content

@DallinWest

yes, please check this

https://help.shopify.com/en/manual/checkout-settings/refund-privacy-tos#:~:text=From%20your%20Shopify%20admin%2C%20go,policies%20and%20make%20any%20changes.

Hello,

Did you find a solution? I have the same problem