Hi,
I Need Help With Center Alignment of Headers & Quick Links in Footer. I looked through many discussion posts and tried different codes, but it’s still not aligned properly. Can someone help please? I attached pictures below.
I would like the quick links to be centered AND the header of each category to be centered above the links as well. I would also like the header of the email signup form to be aligned left, so it’s directly above the email signup box.
Any and all help would truly be appreciated! Thanks!
*Also, if someone can tell me what code to use to remove all the extra dead space between the categories and on the sides, that would be great and truly appreciated!
Kindly provide your store’s URL.
Hi @sculptingbodies
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.
Hi @sculptingbodies
This is Ellie from BOGOS: Free gifts, Discounts & Bundles
- To align the links & headers:
Go to theme > Edit code > Go to base.css file
Follow the guide on the image
- To align left the email header
Go to theme > Edit code > Go to theme.liquid file
Add this CSS code
<style>
.footer-block--newsletter{ margin-top: unset !important; }
.footer-block--newsletter .footer-block__heading{ text-align: left !important; }
</style>
Try it on your end!
Hi @sculptingbodies
- Go to Online Store → Theme → Edit code.
- Open your theme.liquid file
- In theme.liquid, paste the below code before
Result:
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Hi @sculptingbodies
I just wanted to check in and see if you’ve been able to solve your problem yet? I truly hope my recommendations help. Let me know if this works for you or if you have any other questions!
Appreciate it if you could Like and Accept as Solution if my answer was helpful!