Centering the Footer Menu in the Motion Theme

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

on iPhone 12, the envelope image is shifted to the left.

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.

I solved my problem. In the title - Newsletter email, pressed the Spacebar several times and moved the text away.