How can I align newsletter box with text?

hello,

i would like to align the email box with the rest of my text on the right side. right now it looks like this but i would like it to be in the middle.

store URL: luminaskn.co.uk

password: Lumina2506

Hi @Luminaskn

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Richard | PageFly

@Luminaskn , do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
@media (min-width: 998px) {
    .footer-block--newsletter {
        transform: translateX(-15px) !important;
    }
}

If it helps you please click on the “like” button and mark this answer as a solution!

Thank you.

Kind regards,
Diego