I believe it is where the slider goes because I don't see the gap on my home page and I only have a slider on the home page. I checked out the code and see the css has a min-height defined that I need removed or maybe it's a theme option?
@media only screen and (max-width: 767px) body:not(.template-slider):not(.header-simple) #Header {
min-height: 350px;
background-position: center 202px;
}
^^^ When I uncheck/hide the min-height in developer this solves my problem but I can't figure out how to remove it on my actual website on mobile.
Thanks in advance!
Comments
please go to theme options>responsive>header and select the minimalist header for the mobile.
cheers