New Landing How can we help? Themeforest Theme Support Supreme Possible to hide top nav on mobile

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Supreme
  • #1347
    cbreimhurst
    Member
    Post count: 8

    I’d like to hide the top nav bar (or, optimally, place it at the bottom) on mobile screens (desktop it is fine where it is) because it is not the main menu and on a mobile device it appears as such to a typical user.

    http://breimhurstnicolo.com/thingstodolancasterpa/

    Is this possible?

    #1373
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Add this custom CSS in the theme options:

    @media only screen and (max-width: 767px) {
      nav#mobile-top-bar-menu {
        display: none !important;
      }
    }

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #1434
    cbreimhurst
    Member
    Post count: 8

    worked like a charm!  Any thoughts on if this could be implemented?  http://jpanelmenu.com/

    #1458
    Cosmin – SUPPORT
    Member
    Post count: 3851

    For that, I suggest hiring a freelancer to implement it, as it’s beyond the scope of theme support.

    Regards,
    ————————————————————————————————————

    Cosmin
    Support Assistant

    #45154
    JackV
    Member
    Post count: 60

    Whats the code to use on Flexform to achieve the same effect?

    #45750
    Melanie – SUPPORT
    Member
    Post count: 11032
    @media only screen and (max-width: 767px) { 
    #top-bar {
    display: none!important;
    } }

    Cheers!

    #45911
    JackV
    Member
    Post count: 60

    Not working 🙁

    #46595
    Melanie – SUPPORT
    Member
    Post count: 11032

    Can you show me your website so I can check back?

    #46733
    JackV
    Member
    Post count: 60
    This reply has been marked as private.
    #47566
    Melanie – SUPPORT
    Member
    Post count: 11032

    This works when I test it:

    @media (max-width: 767px){
    #top-bar {
    display: none!important;
    }}

    Cheers

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register