Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #351816

    Hi,

    How can I increase the mobile menu breakpoint to be greater than 990px? I have a long menu which is breaking onto a new line on iPad landscape.

    Thanks,
    Paul.

    #352115

    Hey Paul!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 1024px) {
    .main_menu, #header_main_alternate{display:none;}
    .container #advanced_menu_toggle, #advanced_menu_hide{display:block;}
    #mobile-advanced{display:block;}
    }

    Cheers! 
    Josue

    #352974
    This reply has been marked as private.
    #353444

    Hi Paul!

    Can you post a screenshot of that issue? i couldn’t note it on my end – http://screencast.com/t/2MqAD3ZpliE

    Cheers!
    Josue

    #354064

    Hi, please link below. It does appear fine on an emulator. You can see the problem on the image when actually using an iPad.

    http://style960.com/enfold/home/

    Thanks,
    Paul.

    #354905

    Hi!

    try using this code:

    .html_header_top.html_bottom_nav_header .main_menu {
    width: 106%;
    left: -30px;
    }
    

    Regards,
    Andy

    #355527

    Hi Andy,

    I’ve added the above code but no change effected to the menu. I appreciate the speedy replies but if the mobile button menu can’t be displayed properly on iPad landscape, I’ll need to switch themes, and quickly.

    Thanks again,
    Paul.

    #356240

    Any update on this? Do you have an iPad to replicate the issue on?

    Thanks.

    #357161

    Hi!

    I can’t see you long menu any more. Did you remove it?
    My code should work for your long menu if you add this to it:

    @media only screen and (max-width: 1024px) { 
    width: 106%;
    left: -30px;
    }}
    

    Try to play around with the numbers “106” and “30”, until you find what fits to you.

    I’ll flag this thread for someone who has an iPad however.

    Best regards,
    Andy

    • This reply was modified 9 years, 12 months ago by Andy.
    #357220

    Hi Andy,

    I’m trying this on a dummy site at the moment – http://style960.com/enfold

    I only have tomorrow to fix this. The code you’ve suggested above doesn’t invoke the mobile menu at all on iPad landscape. In fact, the option to enable mobile menu for smartphone & tablets has no effect because the breakpoint is set to 990px.

    Thanks,
    Paul.

    #357229

    The original code above from Josue seems to work on a test site. #header_main_alternate is not removed though so an empty space remains. Seems a bit odd?

    #358798

    Hey!

    ok, I did not get that you want to display the mobile menu. You can do this easily in Enfold->Header->Mobile Menu->Header mobile menu activation->choose “activate for smartphones and tablets”

    Regards,
    Andy

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.