Moving The Newletter Signup to the right

Moving The Newletter Signup to the right

lanamy
Tourist
16 0 2

How can I move the newsletter under the Newletter section.

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

Replies 2 (2)

DaisyVo
Shopify Partner
4275 467 560

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

DaisyVo_0-1739843292359.png

 

Best,

Liz

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
lanamy
Tourist
16 0 2

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?