New Landing How can we help? Themeforest Theme Support Dante Top Bar Menu disappears on Mobile

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Dante
  • #186573
    CTMaster
    Member
    Post count: 22

    When I resize my site to mobile the Top Bar, where I have a menu that’s very important to the site navigation, disappears. How can I set that to remain visible?

    Thank you.

    #186708
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    It disappears by default in mobile, due to lack of space and design choice.

    You can create a specific menu for the mobile where you can include the links that you have in the top bar on the desktop version.

    Hope it helps

    -Rui

    #186963
    CTMaster
    Member
    Post count: 22

    Is there a resource somewhere that shows me to how to achieve having those top bar links appear for the mobile? Or is that something I have to hire a developer to do?

    Thank you.

    #187346
    David Martin – Support
    Moderator
    Post count: 20834

    Hey,

    Do you have a link to your site, the one provided is wrong.

    This CSS should get you started:

    @media only screen and (max-width: 767px) {
    	#top-header {
    		display: block;
    	}
    	.header-7 #top-header .th-left {
    	  display: none;
    	}
    }

    Thanks,
    David.

    #188624
    CTMaster
    Member
    Post count: 22
    This reply has been marked as private.
    #188694
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please post a link to your site ๐Ÿ™‚

    Thanks.

    #188720
    CTMaster
    Member
    Post count: 22
    This reply has been marked as private.
    #188732
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Perfect!

    I have amended the code snippet to this:

    @media only screen and (max-width: 767px) {
    	#top-header,
    #top-bar .tb-left, #top-bar .tb-right {
    		display: block;
    	}
    	.header-7 #top-header .th-left {
    	  display: none;
    	}
    }

    Can confirm this works for me.

    Thanks,
    David.

    #189089
    CTMaster
    Member
    Post count: 22
    This reply has been marked as private.
    #189093
    David Martin – Support
    Moderator
    Post count: 20834

    Great, no problem ๐Ÿ™‚

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