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
- Go to Online Store->Theme->Edit code
- 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
Hello,
Did you find a solution? I have the same problem