Hello,
we’re having issues with the mobile view of the headline rotator for the below mentioned website.
The rotating words don’t adapt to the width of mobile screens.
Any ideas how to get it fixed?
Thanks a lot in advance
Cheers
Hey contentwerk,
Please add the following to quick css:
@media only screen and (max-width: 767px) {
h3.av-rotator-container-inner{
font-size:25px!important;
}
}
Let me know if this works.
Best regards,
Jordan Shannon
Thanks Jordan :)
it worked perfectly.
It’s all sorted out now!