Center all text in Footer (Studio Theme)

How can I center all my sections & text in my footer.

Right now it’s all text aligned, and I want it all to be center aligned.

1 Like

can you provide a some screenshot or your store link so I can help you

Here is a screen shot of how it currently looks. I want the text lines more condensed, and all sections centered.

1 Like

Which section do you want to be center ? please provide a store URL.

I want all 3 to be center aligned.

URL is https://designluxe-creative.myshopify.com/

password is giagho

1 Like

Thank for share information. please add this css code into your store. it will look like this

.footer__content-top {
     text-align: center;
}
1 Like

Perfect, thank you so much!

Do you know how I could reduce the spacing between the lines of text also?

1 Like

Try this css

.footer-block__details-content p {
    margin: 0;
}
1 Like

Thank you so much. Worked perfectly :slightly_smiling_face:

1 Like

Most welcome