How can I align the footer text in the Dawn template?

Hello,

Can you help us align the footer. I am attaching a screen shot with notes. This is what we would like to do:

  1. Center About Us in the middle block

  2. Justify the text in the middle block

  3. Move the Subscribe text, email field and social up into the empty space under the About Us paragraph.

Are these requests possible?

Thanks,

Ben

Hi @remarkspuzzles ,

Could you please share URL and your store password? So that we can help you.
Thank you.

Thanks for your help!

Hi @remarkspuzzles ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/section-footer.css->paste below code at the bottom of the file:

.footer__content-top.page-width >div:first-child > div:nth-child(2) {
    text-align: center;
}

.footer-block--newsletter {
    margin: unset;
    position:relative;
    top: -70px;
}

Hope my answer will help you.

Best regards,

Victor | PageFly

Thank you!