Height of slider

Home Forums Hotel Pro Height of slider

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #93058
    krissiekrissie
    Participant
    • Topics: 6
    • Replies: 10
    • Total: 16
    Member since: January 29, 2018

    Hi Chris,

    Is there a way to control the height of the slider? I created the headers at 500px, but when the screen was made smaller a white gap appeared. Can you recommend a minimum height to avoid this? My headers are now too high.

    Many thanks,
    Krissie

    #93107
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .nivoSlider { height:500px !important;}
    @media screen and (max-width:1024px) {
    .nivoSlider { height:auto !important;}
    }

    Regards,
    Chris

    #93148
    krissiekrissie
    Participant
    • Topics: 6
    • Replies: 10
    • Total: 16
    Member since: January 29, 2018

    Thanks very much! 🙂

    #93151
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi krissie,

    If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/15/

    Regards,
    Chris

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