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

Solved

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

DallinWest
Excursionist
14 0 4

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/

 

Accepted Solution (1)

KetanKumar
Shopify Partner
37094 3645 12053

This is an accepted solution.

@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;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on [email protected] regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 7 (7)

KetanKumar
Shopify Partner
37094 3645 12053

This is an accepted solution.

@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;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on [email protected] regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
DallinWest
Excursionist
14 0 4

That worked thankyou so much!

DallinWest
Excursionist
14 0 4

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

 

KetanKumar
Shopify Partner
37094 3645 12053

@DallinWest 

its my pleasure 

yes please check your admin policy content and change 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on [email protected] regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
DallinWest
Excursionist
14 0 4

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

KetanKumar
Shopify Partner
37094 3645 12053

@DallinWest 

yes,  please check this 

https://help.shopify.com/en/manual/checkout-settings/refund-privacy-tos#:~:text=From%20your%20Shopif....

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on [email protected] regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Indre_Mi
Tourist
3 0 0

Hello,

Did you find a solution? I have the same problem