[Resolved] mobile header size in menu plus add-on

Home Forums Support [Resolved] mobile header size in menu plus add-on

Home Forums Support mobile header size in menu plus add-on

  • This topic has 4 replies, 2 voices, and was last updated 8 years ago by Tom.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #182549
    Matt

    Hey Tom
    I was wondering if it was possible to adjust the size on the new mobile header in the menu plus add-on , I would like to make it a little bigger.
    Thanks
    Matt

    #182576
    Matt

    I mean the logo, make the logo a little bigger in the new mobile header section under menu plus add-on

    #182655
    Tom
    Lead Developer
    Lead Developer

    Hi Matt,

    The adjust the height of the logo, you can use this CSS:

    .mobile-header-navigation .mobile-header-logo, .mobile-header-navigation .mobile-header-logo img {
        height: 40px;
    }

    For the entire mobile header:

    .main-navigation.mobile-header-navigation .main-nav ul li a {
        line-height: 60px;
    }
    #182738
    Matt

    Thanks. That worked a treat.
    Got another thing I cant figure out for the life of me. I want to get rid of all the white space between the menu title and the menu picture when its viewed on a mobile. My goal is to have the whole menu visible on a mobile when you hit menu without scrolling. Site is http://91b.96d.myftpupload.com/

    Thanks Matt

    #182778
    Tom
    Lead Developer
    Lead Developer

    To be honest I’m not really sure what’s causing all of that white space. It must be something in the HTML/CSS markup.

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