How to fix the overlay of the image of the envelope on the text in the input field of the letter
Hi @Igor11
Could you share your store URL?
I will share the address of the store, but this error looks different on different devices
before the error I added this code snippet
@media only screen and (max-width: 400px){
.footer__newsletter-btn {
left: 10px;
}
}
You can solve by update that code like this
@media only screen and (max-width: 400px){
.footer__newsletter-btn {
left: 24px;
}
}
removed the old code and added yours. the error remains.
perhaps I should remove all the code snippets I added step by step to center the different parts of the footer and ask for help again.


