Change Footer Newsletter Form Success Message Position

NEED HELP

Please change the newsletter & contact form success message position to the left side where the text above starts:

Shop Link: https://93f811-2.myshopify.com/

Hi @admintb Thanks for providing the URL. Please add this code in base.css file.

.banner.banner--success.text-start {
    padding: unset !important;
}

If you are not sure where is your base.css file please follow the steps:

  1. Login in shopify admin.
  2. Click on the Online Store.
  3. Then click on the button next to Customize in Theme.
  4. Click Edit Code.
  5. Search Base.css in the code in left hand side.
  6. Add the code given above.

Result:

If you will unable to implement the same then I’m happy to do this for you, let me know. I can implement the code changes so that this will work well for you.

Hopefully it will help you. If yes then Please hit Like and Mark it as solution!

Best Regards

Sahil

Can you also make this one?

Hi @admintb Please add this code just below where you have added the previous code.

.banner.banner--error.text-start {
    padding: unset !important;
}

Result:

Please hit a Like if I am able to solve your issue.

Best Regards

Sahil