Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #753375

    Hi there

    I’m sure it’s pretty simple but what CSS can I use to reduce the height of the mobile header please?

    Thanks so much!

    Christian

    #754107

    Hi jaroljmek!

    Please try adding the below code in Quick CSS

    If you have any issue feel free to get back to us with a link to your site.

    @media only screen and (max-width:767px) {
    	#top #header_main > .container {
        	height: 70px!important;
        	line-height: 70px!important;
        	max-height: 70px!important;
    	}
    	.html_header_top.html_header_sticky #top #wrap_all #main {
        	padding-top: 90px!important;
    	}
    }

    Cheers!
    Vinay

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.