How can I center the footer and its contents?

Hi,

This is how the footer looks like but I want to center it and the other footer contents. I tried to mess around with the footer liquid but I couldn’t hack it it’s driving me insane… How can I do that? Thank you

Hi @StafMeister , can you share your store url?

Hi,

Thanks for your reply. It’s

@StafMeister , go to theme.min.css and add the following code :

div#shopify-section-footer {
    text-align: center;
}