How can I center the footer quick links in my online store?

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

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.

I’m trying to align it like this. Everything to the center.

title & list item all to the center

.site-footer__content {text-align:center;}

.site-footer__linklist-item {padding: 0 0 5px 0;

I’m trying to move all of this content to the center. I still like the text align to the left.

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.

OHH! Okay I understand now, thanks for the help!

most welcome