Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #564607

    Hi,

    I would like to know if there’s a way to create a fullscreen slider with 75% window height.

    I already create one with 100% window height and I want to use the same for an another page but with a responsive customed height.

    Is it possible?

    Thanks

    #564649

    Hey AgenceKineka!

    try this code in Quick CSS field:

    .avia-slideshow.avia-slideshow-1.av-slider-scroll-down-active.av-control-minimal.avia-slideshow-no.scaling.av_fullscreen.avia-slide-slider {
    height: 400px;
    }
    

    and adjust as needed.
    If that does not work please send us a precise link.

    Cheers!
    Andy

    #568024

    I’m sorry but it didn’t work…

    #568189

    Hi!

    Please use the following

    .avia-slideshow.avia-slideshow-1.av-slider-scroll-down-active.av-control-minimal.avia-slideshow-no.scaling.av_fullscreen.avia-slide-slider {
    min-height: 400px !important;
    }

    let us know if you need anything else

    Regards,
    Basilis

    #568710

    I’m sorry but I try this code in Quick CSS field or in the Child theme stylesheet and nothing’s different.

    So I don’t get it!

    #568765

    Hi!

    Can you please try adding Color Section element to your page, set it to display 75% of browser height and refer to this post – http://kriesi.at/documentation/enfold/color-section-with-100-container/ then add Slider into your color section?

    Cheers!
    Yigit

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