I need to move the policies to the right for a cleaner presentation.

Solved

I need to move the policies to the right for a cleaner presentation.

Rob112
Tourist
14 0 1
Accepted Solution (1)
StephensWorld
Shopify Partner
1400 174 384

This is an accepted solution.

Go into your admin > online store > themes > customize > click into the "footer" section from the left hand menu > click into the "custom CSS" settings from the right-hand menu > copy and paste the following coding, then save changes:

 

 

.footer__content-bottom-wrapper {
    justify-content: center;
    align-items: center;
}

 

★ Did my post help? If yes, then please like and accept solution. ★

https://stephens.world
support@stephensworld.ca

View solution in original post

Replies 4 (4)

StephensWorld
Shopify Partner
1400 174 384

Please link to your site. Also, confirm if you want the links center-aligned (like the payment icons), or right-aligned (far right-hand side of the page).

★ Did my post help? If yes, then please like and accept solution. ★

https://stephens.world
support@stephensworld.ca

Rob112
Tourist
14 0 1

Grab Bag – Grab Bag (grabbaghs.com) - aligned with the payment icons. 

StephensWorld
Shopify Partner
1400 174 384

This is an accepted solution.

Go into your admin > online store > themes > customize > click into the "footer" section from the left hand menu > click into the "custom CSS" settings from the right-hand menu > copy and paste the following coding, then save changes:

 

 

.footer__content-bottom-wrapper {
    justify-content: center;
    align-items: center;
}

 

★ Did my post help? If yes, then please like and accept solution. ★

https://stephens.world
support@stephensworld.ca

Rob112
Tourist
14 0 1

Thank you!