How can I centralize text in the Refresh theme?

How do i centralise this text? I’ve gone through the code editor and tried to adjust all alignment to centre but it doesn’t work. I use the refresh theme.

Hello @mdk :waving_hand:

In Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom

.footer__content-bottom-wrapper {
    justify-content: center;
}

The result

Hope that helps!

1 Like

You are a genius !

1 Like

You are welcome :slightly_smiling_face: