Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #562187

    Hello,

    I’m using the fullwidth easy slider with different sized images and it’s causing the rest of the page to move up and down.

    It’s easy for me to crop the images to same size before posting them, but not for my client :(

    I’ve previously had this issue with testimonials element and fixed it by applying a set min-height and max-height, but I’m having difficulty applying this method to the slider.

    Do you know the specific css element I can attach this to, or is there a better approach?

    Thanks as always for any help :)

    #562365

    Hi jakejules!

    Thank you for using Enfold.

    Could you please provide a link to the page in question? And what is your expected height for the slider? You can try this:

    .avia-fullwidth-slider .avia-slideshow-inner {
        max-height: 100px !important;
    }

    Adjust the value as needed. You might need to use css media queries to adjust the height on different screens.

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.