What's your biggest current challenge? Have your say in Community Polls along the right column.

How do I align the copyright and policy links horizontally centre of the page at the footer?

Solved

How do I align the copyright and policy links horizontally centre of the page at the footer?

codeN734
Tourist
10 0 3

Hi Shopify community,

 

Could someone help me to align the copyright and other policy links at the center of the page at the bottom? 

codeN734_0-1732112002238.png

 

Regards,

-VAD

Accepted Solution (1)
steve_michael2
Trailblazer
385 37 51

This is an accepted solution.

Hello @codeN734 

1) Go to Online Store
2) Edit Code
3) Find theme.css/base.css file
4) Add the following code in the bottom

.footer__content-bottom-wrapper.page-width
.footer__content-bottom-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
}

Thanks!

Crafting exceptional online experiences with innovative design and technology.

Try Big Bulk Discount To Boost Your Store Sales with Volume/Tier Discount

View solution in original post

Replies 5 (5)

Moeed
Shopify Partner
6359 1723 2084

Hey @codeN734 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


codeN734
Tourist
10 0 3

WearTheCosmos.in

steve_michael2
Trailblazer
385 37 51

This is an accepted solution.

Hello @codeN734 

1) Go to Online Store
2) Edit Code
3) Find theme.css/base.css file
4) Add the following code in the bottom

.footer__content-bottom-wrapper.page-width
.footer__content-bottom-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
}

Thanks!

Crafting exceptional online experiences with innovative design and technology.

Try Big Bulk Discount To Boost Your Store Sales with Volume/Tier Discount
codeN734
Tourist
10 0 3

Thanks. this worked.. 

steve_michael2
Trailblazer
385 37 51

Hello, 

Please share "Store URL"

Thanks!

Crafting exceptional online experiences with innovative design and technology.

Try Big Bulk Discount To Boost Your Store Sales with Volume/Tier Discount