Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1001984

    Is there a way to:

    A) Make the header and logo larger on mobile?

    B) Add a menu item on mobile only for home (the home page)?

    Thanks!

    #1001992

    Hey Pointbreakd,

    Add this to quick css:

    @media only screen and (max-width: 767px){
    .responsive .logo img { 
    max-height:100%!important;
    }}

    As for the menu item on home only, it may need to be done via JS. Is it an item within the menu or a standalone button?

    Best regards,
    Jordan Shannon

    #1002074

    Thanks, but that didn’t result in any change?

    #1002089

    Hi,
    I see that you have posted your WordPress login, but it seems we will also need a another login first to get to the WP login.
    Which menu item do you want to only show on the homepage mobile menu?

    Best regards,
    Mike

    #1002098

    For the mobile menu, I want a link for the homepage to show.

    #1002100

    Here’s the login info if you need it:

    #1002126

    Hi,

    Have you tried adding my code to the very top of quick css so that it runs first? Also be sure to clear your cache a few times over.

    Best regards,
    Jordan Shannon

    #1002296

    Tried that, yes, but still not working.

    #1002523

    Hi,

    We adjusted the code a bit and added it on the Quick CSS field.

    @media only screen and (max-width: 767px) {
        .responsive #top .logo img {
            max-height: 120px !important;
        }
    
        .responsive #top .logo {
            height: 120px !important;
        }
    }

    Best regards,
    Ismael

    #1002644

    That looks great, thank you- is it also possible to move down the magnifying glass and burger menu slightly so it is even with the logo (I tweaked the logo to 90 px)?

    #1002729

    Hi Pointbreakd,

    Please add this code:

    .responsive #top .av-main-nav .menu-item-avia-special {
        margin-top: 5px;
    }

    after this line in Ismael’s code:

    @media only screen and (max-width: 767px) {

    Hope it helps.

    Best regards,
    Nikko

    #1002803

    Perfect, thank you!

    #1002809

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Mobile header/menu questions’ is closed to new replies.