Viewing 6 posts - 1 through 6 (of 6 total)
  • #317593
    [email protected]
    Member
    Post count: 2

    Top bar menu doesn’t appear on mobile or tablet devices. Can you please help fix this.

    Thanks,
    David

    #317710
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    That is made on purpose due to the limited space in the mobile display.

    -Rui

    #319337
    apakiron
    Member
    Post count: 21

    And ?
    I have the same problem, how can we solved it ?

    In the screenshot you can see,
    the black line with the top-menu disappear in mobile solution.

    Attachments:
    You must be logged in to view attached files.
    #319376
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi @apakiron,

    Like I said above we hide it because depending on the content you have there it may not display correctly in the mobile since the lack of space.

    Can you provide us your link to look at it?

    -Rui

    #319513
    [email protected]
    Member
    Post count: 2

    How about just a link to a menu? Like many other themes do – not the whole menu!
    bindaree.com.au

    #319524
    David Martin – Support
    Moderator
    Post count: 20834

    You would need a developer to make the customizations your asking.

    This CSS would be a starting point to get your menu displayed:

    @media only screen and (max-width: 1024px) {
    #top-bar .top-menu {
        display: block;
    }
    #top-bar .menu li {
        width: initial;
        float: left;
    }
    .tb-left.span6.clearfix {
        width: 100%!important;
    }
    }
    
Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.