Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #565747

    Hey there!
    I am using the left side navigation on a site and want to be able to make it go hamburger menu style on a tablet. It will only go to mobile for smartphones and not on tablets.

    Is there anything I am missing?

    I know the setting in Header allows you to adapt to tablets when you have a top header, but that option is removed with a side nav.

    Thanks!

    #565934

    Hey Paul,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 1024px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
    }

    Thanks,
    Rikard

    #568087

    Thanks Rikard!
    That gave me the hamburger menu perfectly, but there is still the white nav area down the whole left side. Any help there?

    Thank YOU!

    #568110

    Hi!

    Please add following code to Quick CSS as well

    #wrap_all {
    position: relative !important;
    }

    Cheers!
    Yigit

    #568966

    Thanks for that Yigit!
    That seems to work on 7 inch tablets, but not 10 inch.

    Any thoughts?

    #569858

    Hi!

    Please provide the link to your website when we can look and inspect the issue. Also admin login details as private content with permission to add css if necessary.

    Cheers!
    Vinay

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