#header min-height bug?
Hi, I'm using classic menu mode, and I have no slider, but I get:
@media only screen and (max-width: 767px)in my css, though it is empty, is this a bug? Though its fixable by me just adding min-height:0, seems no reason for this css to be active.
body:not(.template-slider):not(.header-simple) #Header {
min-height: 350px;
background-position: center 202px;
}
Comments
no, this is not a bug! This is feature. If you want to disable this option, then go to Theme options > Layout > Header option and turn on "Header | Minimalist" option.
Thanks!