How to make my home slider height small without breaking the alighnment

Home Forums All Other Themes How to make my home slider height small without breaking the alighnment

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #126212
    nahumpfrancisnahumpfrancis
    Participant
    • Topics: 31
    • Replies: 67
    • Total: 98
    Member since: August 30, 2018

    Dear Support,

    I am using SKT Golf theme and I want to reduce my home slider picture height to 300px or so. If I do it right now, it looks really weird on my phone, iPad and desktop computers… There are some gray space on either on top or bottom. How to use a slider picture that I can use it on my website which is 350 to 400px maximum and not break down the design on all devices.

    my website is https://greatlighthealingministries.org/

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

    Hi,

    Kindly use this one

    .nivoSlider {
        min-height: 300px !important;
        height: 300px !important;
        overflow: hidden;
    }
    
    @media screen and (min-width:768px) and (max-width:1023px) {
    #slidera { margin-top:0 !important;}
    }

    Regards,
    Dave

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