Hello i'm trying to center the footer quick links on my shopify store. I still want the paragraph style to be to the left, however it seems like all the content is aligned to the left. Please let me know how i can fix this. My shopify store URL is lowcountry-key.myshopify.com. Password: password
Solved! Go to the solution
This is an accepted solution.
hi, are you looking for something like this? check the image please..
it can be achieved with text-align:center css for the footer section. although you may need to unset the existing list item padding first for it to display centered.
title & list item all to the center
.site-footer__content {text-align:center;}
.site-footer__linklist-item {padding: 0 0 5px 0;
actually they're already centered. if the lists left aligned, the empty space on the right will be visible.
only if the whole footer items were centered, the empty spaces on the left & right will look equal.
User | Count |
---|---|
22 | |
16 | |
15 | |
15 | |
14 |