The social media icons are overlapping with the Subscribe to the…email portion. It’s correct on the desktop view, but in mobile view it looks like this. Any help is appreciated!
Hi @AndreaH3737 ,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
@media screen and (max-width: 749px) {
.footer-block__newsletter:not(:only-child) {
margin-right: 0 !important;
}
footer .footer__content-top .footer__list-social {
position: relative !important;
left: 0 !important;
}
}
Thank you!!
Hi @AndreaH3737 ,
You’re welcome and happy to help you ![]()

