[Resolved] Changing mobile header size

Home Forums Support [Resolved] Changing mobile header size

Home Forums Support Changing mobile header size

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #262959
    sjoerd89

    Hi Tom,

    i am trying to resize the mobile header image and looked around for other questions and found this answer:

    .mobile-header-navigation .mobile-header-logo, .mobile-header-navigation .mobile-header-logo img {
        height: 40px;
    }
    .main-navigation.mobile-header-navigation .main-nav ul li a {
        line-height: 60px;
    }

    I played around with it but the mobile image goes outside the menu bar. http://codepen.io/anon/pen/mRVNVR (resize to see what i mean)

    Can you enlighten me what i am doing wrong? πŸ™‚

    Thanks

    #263018
    Tom
    Lead Developer
    Lead Developer

    This should help:

    #mobile-header .main-nav ul li a, 
    #mobile-header .menu-toggle, 
    #mobile-header .mobile-bar-items a {
        line-height: 60px;
    }

    You also have height: 40px applied to your .inside-navigation class in your custom CSS – that definitely won’t help.

    #263277
    sjoerd89

    Thank you πŸ™‚
    worked like a charm

    #263471
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

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