New Landing How can we help? Themeforest Theme Support Dante how to switch to mobile menu when overlapping with logo

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Dante
  • #85538
    toni100
    Member
    Post count: 148

    hi kyle:

    you wrote:
    http://support.swiftideas.net/forums/topic/header-logo-overlap-menu/
    Hi
    Would you like it to switch to the mobile navigation when it starts to overlap?
    – Kyle

    i want that the logo switches to mobile about 80px “earlier” – just see the screenshot

    thank you for your help – the solutions in the previous post didnt work for me…

    #85573
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I would need to see your link to do this for you

    – Kyle

    #85577
    toni100
    Member
    Post count: 148
    #85601
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Have you tried this 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

    #85611
    toni100
    Member
    Post count: 148

    yes it works but the space between the right side of the logo and the first button could be even smaller… how can i realise this? i played around with the 1200px but it didnt work

    #85615
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I don’t see the css in your custom css?

    – Kyle

    #85621
    toni100
    Member
    Post count: 148

    you should see it now, cache deleted…

    #85634
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    The max width should be 1200, or if you want it earlier, a little bit higher like 1220

    – Kyle

    #85656
    toni100
    Member
    Post count: 148

    i now have set it to 1220 but the spaces could be much smaller until the mobile menu comes in… see the screenshot (if you would make the window size in the screenshot just a little bit smaller the mobile menu comes in…)

    #85687
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    It does not work like that, is uses break points, and the 1200px breakpoint puts the menu over your logo. So it needs to activate the mobile menu at that breakpoint

    – Kyle

    #85696
    toni100
    Member
    Post count: 148

    ok thank you for your help..

    #85706
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    – Kyle

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