New Landing How can we help? Themeforest Theme Support Dante Switch desktop menu to mobile menu earlier

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #63741
    fmciel
    Member
    Post count: 11

    Hi,

    [sorry for my bad Englisch!]

    I still have the problem, that when I open my site (http://tasag.de) on a tablet (vertical view), the desktop menu is to large and should switch in the mobile view automatically.

    Can you please tell my, what I should do for this change? In 2 days I would like to celebrate the website-relaunch. Until then everything mus be fine.

    I would pay for your help, thank you very very much!!

    #63797
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this custom css:

    @media only screen and (max-width: 1200px) {

    .header-6 #logo, .header-7 #logo {
            width: 100%;
            padding: 0 15px;
            left: 0;
            height: auto;
            position: relative;
        }
    #main-navigation {
            display: none;
        }
    nav.search-nav {
                    display: none;
            }
    .visible-sm.visible-xs.mobile-menu-show {
                    display: block!important;
            }
    #logo a {
                   float: left;
            }
    }

    – Kyle

    #63922
    fmciel
    Member
    Post count: 11

    Thank you for your help! But now I have only the mobile navigation…

    Do you have any other solution for this problem: http://pl.vc/5g5te

    THANKS! ๐Ÿ˜‰

    #64003
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sorry missed the media query off:

    @media only screen and (max-width: 1200px) {
    
    .header-6 #logo, .header-7 #logo {
            width: 100%;
            padding: 0 15px;
            left: 0;
            height: auto;
            position: relative;
        }
    #main-navigation {
            display: none;
        }
    nav.search-nav {
                    display: none;
            }
    .visible-sm.visible-xs.mobile-menu-show {
                    display: block!important;
            }
    #logo a {
                   float: left;
            }
    }

    The width is set to 1200px, you can reduce it to your needs.

    – Kyle

    #64014
    fmciel
    Member
    Post count: 11

    WOW!!!

    You are my hero (for today!). ๐Ÿ˜‰

    THANK YOU SO MUCH!!

    #64019
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem ๐Ÿ™‚

    Glad I could help

    – Kyle

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