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
Thanks in advance.
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;
}
}
I did that and there doesn’t seem to be any change.
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.