I’m trying to left align the text in my footer, the paragraph in the about section.
Thank you so much!
I’m trying to left align the text in my footer, the paragraph in the about section.
Thank you so much!
@polly5 can you share your store URL? if password protected share pass.
its pollygone.shop
thanks!
Add this css in base.css file
.footer-block__details-content>p {
text-align: left;
}