Header hight on mobile

You can't change header image, so it fits mobile - I know that.
But is it possible to change the height of the header area?

On tablet and different screen sizes everything looks ok now, but
on mobile phone the header area - not the image - seem very
large compared with the rest.

http://koegelift.dk.linux41.unoeuro-server.com/test/

Can I change that somewhere?

Best Regards
Birgitte


Comments

  • Hi Birgitte,

    the only thing you can do is move top white bar under the image and this can be done with below css"
    @media only screen and (max-width: 479px) {
        body.header-below:not(.template-slider) #Header { padding-top: 150px !important; }
        body:not(.template-slider):not(.header-simple) #Header { min-height: 90px !important; }
    }
Sign In or Register to comment.