The page automatically moves up and down when we have the full switch easy slider activated. We have removed the option of active Autorotation, but we continue moving the page up and down by itself.
found the problem, “testimonials” is moving all bellow in the page.
Hi keep12,
Yes, it normally is some slider with a variable content height that causes all other content to move.
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria
Is there any way to fix the content height so that it doesn’t move the page below?
Hi,
Thanks for the feedback. You can try something like this in Quick CSS:
.avia-testimonial-row {
height:400px !important;
min-height: 400px !important;
}
Best regards,
Rikard
That’s perfect, thank you so much!