New Landing How can we help? Themeforest Theme Support Dante Secondary top nav – can it display on mobile?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Dante
  • #143900
    noble51
    Member
    Post count: 15

    Header #7 was picked for the navigation.
    This has a main navigation and a secondary navigation at the top of the header.

    When viewed on mobile the secondary navigation does not display. Is it possible to have both the Main navigation and the secondary navigation to show in the mobile view?

    Thanks in advance

    Paul

    #144123
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    You can add this in the Custom CSS in Theme Options.

    /* Smartphones (portrait and landscape) ----------- */
    @media only screen 
    and (min-device-width : 320px) 
    and (max-device-width : 480px) {
    #top-bar .tb-right {
        display: block;
    }
    }

    If you want for other devices or widths, then refer this: http://css-tricks.com/snippets/css/media-queries-for-standard-devices/

    Let us know,

    Thanks,
    laranz.

Viewing 2 posts - 1 through 2 (of 2 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