New Landing How can we help? Themeforest Theme Support Dante IPad Menu Goes Under Logo

Viewing 15 posts - 1 through 15 (of 21 total)
  • Posted in: Dante
  • #204249
    worldlystrategies
    Member
    Post count: 66

    Hi Dante,

    I cannot get my menu to look good on a horizontal iPad. I have tried everything.

    I have tried shortening the words in my menu.
    I have tried using Max Mega Menu Plugin
    I have tried Mobile.Nav Plugin Menu

    Nothing works. Can you please help me get my menu not to hide behind my logo on a horizontal iPad?

    Thank you,
    Worldly Strategies

    Attachments:
    You must be logged in to view attached files.
    #204648
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    In your case, we could look to trigger the mobile menu for landscape iPad’s.

    Add this to your theme options CSS:

    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : landscape) {
    
    #main-navigation {
        display: none;
    }
    
    a.visible-sm.visible-xs.mobile-menu-show {
        display: block!important;
    }
    
    .header-6 #logo, .header-7 #logo {
        width: 100%;
        padding: 0 15px;
        left: 0;
        height: auto;
        position: relative;
    }
    
    nav.search-nav {
        display: none;
    }
    
    #logo a {
        float: left;
    }
    
    }
    #205024
    worldlystrategies
    Member
    Post count: 66

    Hi David,

    Thank you for that CSS. Visually it looks great but when I click on the mobile menu hamburger button in landscape mode on an iPad it doesn’t expand or do anything. Can you please let me know how to fix that? Not sure what is happening here.

    #205313
    David Martin – Support
    Moderator
    Post count: 20834

    Great, yes I see that also.

    I have additionally added this also and that will resolve it:

    @media only screen and (min-width: 992px) {
        #mobile-menu-wrap {
            display: block;
        }
    }

    Thanks,
    David.

    #205594
    worldlystrategies
    Member
    Post count: 66

    Thank you that worked!

    #205730
    David Martin – Support
    Moderator
    Post count: 20834

    Smashing, no problem.

    – David.

    #216774
    joell-22
    Member
    Post count: 26

    Hello, I have the same problem but the code from above doesn’t help. Do you have an idea how to fix that?
    Thanks in advance.

    Joe

    Attachments:
    You must be logged in to view attached files.
    #216782
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi @joell-22,

    Can you provide your site url?

    -Rui

    #216792
    joell-22
    Member
    Post count: 26
    This reply has been marked as private.
    #216810
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Can you please insert the code again that was provided by David?
    Thanks
    Mohammad

    #216852
    joell-22
    Member
    Post count: 26

    Inserted both codes into the Custom CSS in the Theme Options.

    #217139
    joell-22
    Member
    Post count: 26

    The code is online now. Do you have an idea how to solve that problem?

    #217835
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    I just forward to Mohammad so he can reply.

    -Rui

    #219711
    joell-22
    Member
    Post count: 26

    Hi there. When will I get an answer? The project is almost ready.

    #219717
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Apologize for the delay.

    Guess the only way to show it fine there is to decrease the font size.

    Can you add the code below to your custom css option.

    
    @media (min-width: 992px){
    nav#main-navigation .menu li.menu-item > a {
        font-size: 15px!important;
    }
    }

    Let us know the result.

    -Rui

Viewing 15 posts - 1 through 15 (of 21 total)

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

License required for the following item
Login and Registration Log in · Register