Kindergarten Theme: Large Empty Space When On Mobile

Home Forums All Other Themes Kindergarten Theme: Large Empty Space When On Mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #178087
    KeithKeith
    Participant
    • Topics: 48
    • Replies: 68
    • Total: 116
    Member since: November 14, 2016

    When viewing my website on a mobile device, I have a large empty space under the slider when viewing my website on a mobile device. My url is https://lapen.com. Attached is a screenshot.

    https://drive.google.com/file/d/1BCPP62jt1siYbe_tEqBWbEo73KIEb7Yx/view?usp=sharing

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:479px) {
    .nivoSlider {
        height: 150px !important;
    }
    }

    Regards,
    Dave

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