Tagged: andy
Dear Kriesi,
I’m having a problem with two column pages on mobile screens, where the right-hand text column moves beneath the left-hand column containing an Easy Slider slideshow. As the images change from horizontal to vertical, this causes the text to move up and down, making it difficult to read.
Can I fix the height of the Easy Slider so that the text below always stays fixed, even if this means the vertical images are smaller.
I’m posting an example page below.
Thanks, Richard
Hi Richard!
Use this code in Quick CSS field:
ul.avia-slideshow-inner {
height: 436px !important;
}
and adjust it as needed.
Regards,
Andy