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.
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.
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.
I want all 3 to be center aligned.
URL is https://designluxe-creative.myshopify.com/
password is giagho
Thank for share information. please add this css code into your store. it will look like this
.footer__content-top {
text-align: center;
}
Perfect, thank you so much!
Do you know how I could reduce the spacing between the lines of text also?
Try this css
.footer-block__details-content p {
margin: 0;
}
Thank you so much. Worked perfectly
Most welcome