Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #280991

    What is the easiest way to reduce the height of the header area and logo when a site is viewed on mobile especially if the logo we use is not exactly the same dimensions as recommended (340px * 156px).

    #280999

    Hey!

    Try adding this code to the Quick CSS:

    .responsive #top .logo, .responsive #top .logo a, .responsive #top .logo img {
        height: 50px !important;
        max-height: 50px !important;
    }

    Result:

    Cheers! 
    Josue

    #281375
    This reply has been marked as private.
    #281406

    Hey!

    Try adding this code to the Quick CSS:

    #mobile-advanced {
        min-height: 0 !important;
        padding-bottom: 0;
    }
    
    #advanced_menu_hide:before, #advanced_menu_toggle:before{
        top: -2px;
        position: relative;
    }

    Cheers! 
    Josue

    #281708
    This reply has been marked as private.
    #281713

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘HEader Height Mobile’ is closed to new replies.