Hello @anupamjuit,
Unfortunately, it is not possible to customize the height of the slider.
Dear Anupamjuit,
Could you kindly share how you customize the height of the slider?
Thanks,
Christine
I would like to reduce the slider height on mobile view.
*/
.hero-slider .slides {
height: 80% !important;
}
/*for image size*/
/*
.hero-slider .slides li{
background-size:auto 100%;
}*/
/*slide changer arrow position*/
.hero-slider .flex-direction-nav .flex-prev{
height:75%
}
.hero-slider .flex-direction-nav .flex-next{
height:75%
}
/*Slide dots for changing pic */
.hero-slider .flex-control-nav{
bottom: 20%;
}
Thank you so much for your reply @anupamjuit. It works well !
But do you know how we can change the slider height ONLY on mobile ? I wish to maintain the same 100% height on desktop view, but reduce the slider height only on mobile view. Because my slider images appear too big on mobile, so I hope to reduce the height only on mobile. Could you help me ?
Thank you so much