Dear support,
pleas see the screenshot in private section. On mobile view at the bottom of the page the font under the three social-media-links has wrong line-breaks. On all other pages the same element is included as well, but with the right line-breaks. You know how to avoid this?
Thanks Dondela
Hey dondela,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.avia-icongrid-tooltip li article {
padding: 0 !important;
}
}
Best regards,
Rikard
Hey Rikard,
awesome, that is working!
Thanks for your help :-)