Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #562136

    Hi there!

    I’ve added the code supplied here: https://kriesi.at/support/topic/smooth-scrolling-problem/, but my slider keeps resizing still. I took it back out, because it was inserting the code on the very top of the page and you could see it?

    Is there a way to lock it at a specific height and not bump around?

    Thanks!

    • This topic was modified 8 years, 2 months ago by BrendaSarg.
    #562733

    Hi BrendaSarg!

    remove the code which you added earlier

    There are 2 ways you can do this

    Easy way just adjust the height and add this in quick css

    adjust the height .

    
    #top .av-large-testimonial-slider .avia-testimonial-content {
        min-height: 136px!important;
    }
    

    If you like to do custom modification

    1. Please enable custom class on the container element as described here http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    2. Goto Enfold options > general styling > Quick CSS and add your css class with min-height set to it for desktop, tablets and mobile device.

    Regards,
    Vinay

    #1094555

    Hi

    I am trying this and going crazy copying and pasting tons of code and I can make it work

    Please!! Help!!

    #1095142

    Hi gextiona,

    Try the Vinay’s first suggestion then just adjust the min-height.
    Hope it helps.

    Best regards,
    Nikko

    #1213536

    Hi there, I tried to use this code to stop the slider testimonial section from changing heights – but it didnt work :

    #top .av-large-testimonial-slider .avia-testimonial-content {
    min-height: 136px!important;
    }

    Please help!

    I have mentioned my website URL on which this testimonial slider section has been placed.

    #1213537

    Thank you

    #1213550

    Hi,
    Please see the solution at your other thread with the same question, please reply to that one.

    Best regards,
    Mike

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Lock Testimonial Slider height’ is closed to new replies.