Full Height on Image Slider

Hello

How can I make the image slider on 100% height. I have already got 100% width.

Thanks in advance

Ron
www.theronakshah.com

Hi Ron,

I hope you are well today and thank you for your question.

I am not sure what you meant by 100% height and width. Currently the slider is displaying as shown in the attached screenshot so please advise.

Best Regards,
Movin

Hi Movin

Thank you for your email.

What I mean is that, I don’t think the slider covers 100% of the height. It does cover 100% of width though. I know this because if I make make the background color white in the content box, there is a area at the bottom that will show as white background.

Regards,

Ron

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Travelify Other Options

body.home #main div#comments {
    display: none;
}
body.home #main .slideshow-window {
    margin-bottom: 0;
}

Thank you

You are most welcome here :slight_smile: