Hello,
Somehow footer copyright content appears on left side and I want to center it. Any one can help me with this?
Probably I need to change something in footer.liquid. I can find this row:
Hello,
Somehow footer copyright content appears on left side and I want to center it. Any one can help me with this?
Probably I need to change something in footer.liquid. I can find this row:
.footer__content-bottom-wrapper {
display: flex;
width: 100%;
justify-content: center;
}
Hi
You need to add some css code in “section-footer.css” file, please check screenshot reference and let me know if that help https://prnt.sc/zRxw3bUea1DL
to edit Section-footer.css file click on “online store” and edit code of current theme check screenshot for ref https://prnt.sc/V59UHN-RHAcm then search for “section-footer.css” file and add this line to bottom of file
.footer__content-bottom-wrapper { justify-content: center; }
Thanks
Hi @WoolenSheep ,
This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/section-footer.css->paste below code at the bottom of the file:
.footer__content-bottom .footer__content-bottom-wrapper {
justify-content: center;
}
I hope it would help you
Best regards,
Richard | PageFly
Thank you!