Align Newsletter banner in Footer section to the left

Align Newsletter banner in Footer section to the left

ludac
Tourist
6 0 2

Hey, i want to align the newsletter section in the footer at mobile view also to the left like the other sections service, social. Domain: https://ludac.de

 

 

Screenshot 2025-03-02 141420.png

Replies 2 (2)

Moeed
Shopify Partner
7080 1903 2333

Hey @ludac 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.footer-block--newsletter.scroll-trigger.animate--slide-in {
    justify-self: left !important;
}
</style>

RESULT:

Moeed_0-1740922041250.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


ludac
Tourist
6 0 2

Hey, thanks for the quick answer. In chrome on desktop but in mobile view it changed. When i open the website on my Iphone it hasnt changed, so the newsletter banner is still centered. Would you kindly take a look at this again? 

 

IMG_0118.PNG