Tagged: Headline Rotator, mobile
It’s off to the right on all mobile devices instead of being centered.
Hey ktepper91,
Add this to quick css:
@media only screen and (max-width: 767px){
.av-rotator-text.av-rotator-multiline-on.av-rotation-active{
font-size:45px!important;
}}
Best regards,
Jordan Shannon
Thank you