Mobile header

Hi,
I tried many option suggested to decrease site header (the section containing the logo) but with no effects.
If you take a look on my test site ( http://www.dreamtimeviaggi.it/develop ) there is a very big header in mobile version (i'd like to have an header few pixel bigger than the logo).

I tried with:
@media (max-width: 767px){
body:not(.template-slider):not(.header-simple) #Header {
    min-height: 5px;
}
}
but it doesn't change.

It happens also in pages without slider (p.e. http://www.dreamtimeviaggi.it/develop/2018/10/18/australia-1/ )

could you help please?

Comments

Sign In or Register to comment.