Center Policies and Copyright in Craft Theme

Solved

Center Policies and Copyright in Craft Theme

culdesac
Shopify Partner
2 0 0

Hi, we are looking to centre the copyright and store policies in the footer of this website https://shop-calzini.myshopify.com/

W
e have tried a few custom CSS options but none seem to be working.

Accepted Solution (1)

nidhidhiman004
Shopify Partner
88 6 8

This is an accepted solution.

HI @culdesac,

for complete your request

Follow these steps:

Put the css code in section-footer.css

.footer__content-bottom-wrapper {
justify-content: center !important;
}

 

before.png

 

result:

after.png

 

Please mark it as acceptable solution if my solution really work helpful to you. 

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me - nidhidhiman004@gmail.com Skype: live:.cid.4caf71e25fc2bb1e, Email me -rahul@prowebcoder.com - Skype: live:dhiman.639

View solution in original post

Replies 3 (3)

nidhidhiman004
Shopify Partner
88 6 8

This is an accepted solution.

HI @culdesac,

for complete your request

Follow these steps:

Put the css code in section-footer.css

.footer__content-bottom-wrapper {
justify-content: center !important;
}

 

before.png

 

result:

after.png

 

Please mark it as acceptable solution if my solution really work helpful to you. 

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me - nidhidhiman004@gmail.com Skype: live:.cid.4caf71e25fc2bb1e, Email me -rahul@prowebcoder.com - Skype: live:dhiman.639
culdesac
Shopify Partner
2 0 0

Amazing—thank you!!

Tech_Coding
Shopify Partner
520 133 131

Hello @culdesac 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
   .footer__content-bottom-wrapper {
       justify-content: center !important;
    }
</style>

Tech_Coding_0-1732773069546.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.