odd gap after slider when viewing on mobile device

Viewing 4 posts - 1 through 4 (of 4 total)
  • #22663
    LaurieAnn
    Participant

    So…

    When I scroll down on a mobile device there is a substantial gap between the slider and content. I’ve tried everything I can think of, what am I doing wrong?

    I took a screenshot to show you what I mean and the site is http://www.indigenousone.ca
    issue with white gap

    Thanks in advance.

    #22664
    Daniel Tara
    Keymaster

    I have explained this in the previous topic as well.

    Delete this CSS:

    .slides {
    height: 520px; /* you can change this */
    }

    and replace it with this:

    @media (min-width: 992px) {
        .sidebar-full-screen .custom-query-slider .slide {
            height: 520px;
        }
    }
    #22665
    LaurieAnn
    Participant

    I did that and there doesn’t seem to be any change.

    #22666
    LaurieAnn
    Participant

    Okay… I apologize… I think my cell was being a turkey. It’s working now. Silly device. You may want to delete this thread. Thanks again for everything… you rock.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.