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
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
I’m sorry but it didn’t work…
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
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!
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