Missing header menu at mobile view

Support Forums for LiveMesh Themes & Plugins Forums Invent Theme Support Missing header menu at mobile view

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #24207
    ryuseirecca
    Member

    Good morning all,

    My client questions me about missing header menu at mobile view.
    [attachment file=24208]
    Header menu (or we called it “menu-cabang”) is menu that show links of child site of our branch-school. It should be appeared above primary menu.
    [attachment file=24209]

    Does this theme (at mobile view) have a problem with optional menu (like header menu)?

    Thank you.

    #24218
    Veena
    Moderator

    Use the below custom CSS in Themeoptions > Custom CSS –

    @media only screen and (max-width: 767px){
    #header-menu {
        display: block !important;
    }
    #top-header-area #header-menu > ul.menu > li > a {
        font-size: 14px;
    }
    }
    
    #24220
    ryuseirecca
    Member

    [quote quote=24218]Use the below custom CSS in Themeoptions > Custom CSS –

    @media only screen and (max-width: 767px){
    #header-menu {
        display: block !important;
    }
    #top-header-area #header-menu > ul.menu > li > a {
        font-size: 14px;
    }
    }
    

    [/quote]

    It works… I wish it can be fixed with some (what you say it?) “hidden menu” like primary menu hehehe but thanks a lot 🙂

    #24223
    ryuseirecca
    Member

    I am sorry, this is out of topic but at child site’s mobile view, background for header area is in disarray unlike the parent site (previous screenshot). I don’t know how can this only happen to child site with same size and image of background image.

    Note: likely it has happened from the start (before I added these custom css)
    [attachment file=24224]

    #24235
    Veena
    Moderator

    Pls use the below custom CSS –

    #header {
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
    
    #24259
    ryuseirecca
    Member

    [quote quote=24235]Pls use the below custom CSS –

    #header {
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
    

    [/quote]

    Thanks a lot!!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Missing header menu at mobile view’ is closed to new replies.