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.
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.
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.
Hello @culdesac
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Amazing—thank you!!