Moving The Newletter Signup to the right

How can I move the newsletter under the Newletter section.

Url: https://kb1uf4bu8q2w4al7-73020768477.shopifypreview.com

Hi @lanamy

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

@media (min-width: 750px) {
    #shopify-section-sections--18709022900445__footer .footer__content-top {
        display: block !important;
    }
    .footer-block--newsletter.scroll-trigger.animate--slide-in {
        display: grid !important;
        justify-content: end !important;
    }

   .footer-block--newsletter.scroll-trigger.animate--slide-in {
       margin-top: -25px !important;
   }
}

Result

Best,

Liz

Thank you! It works, but how can i adjust the email box to line up with the text? I mean, how do I get rid of the spacing left of the box. As well as moving the social bedia icons to the bottom of the email?