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/
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:
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
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