AHoy,
I noticed in mobile view the headliner text has some weird gaps. Is there a way to make the text shrink in mobile view so it isn’t so awkward?
Hi mcraig77,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) {
.av-rotator-container-inner span {
font-size:20px !important;
}
}
Best regards,
Rikard
Thanks!