Shopify themes, liquid, logos, and UX
Hi, we are looking to centre the copyright and store policies in the footer of this website https://shop-calzini.myshopify.com/
We have tried a few custom CSS options but none seem to be working.
Solved! Go to the solution
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;
}
result:
Please mark it as acceptable solution if my solution really work helpful to you.
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;
}
result:
Please mark it as acceptable solution if my solution really work helpful to you.
Amazing—thank you!!
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>
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025