Good morning!
My headline rotator is moving my content up and down on the page as it types out the text.
Please can you help me stop this? I think the workaround would be to specify a minimum height for 3 lines of text?
The alternative (which would be the best) option, would be if you could stop the rotation once the element is no longer visible on the screen.
Hi,
Thanks for the link to your site, it seems that this only occurs on screens larger than 1500px, probably due to the change in the font size for larger screens, we not have a way to disable it when it is out of view, but we can increace the height of the column that it is in to stop the movement.
Try this css in your Quick CSS:
@media only screen and (min-width: 1500px) {
#top.home .flex_column.avia-builder-el-2 {
min-height: 350px;
height: 350px;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike