Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #617041

    Hey guys,

    I’ve looked at all of the threads regarding the iPad mobile menu landscape and none of your code worked for me, so I had to open my new thread (i’m sorry!!)

    But the landscape mode on the iPad for my site (see link below) is crossing over the logo area. Any way to can just always have the MOBILE menu activated when it’s on ANY tablet or phone? (i have it selected in my enfold theme options, but don’t know what to do cause it’s not working)

    Help!

    LOVE this theme too, seriously — keep up the incredible work.

    #617073

    Hi creatiffco!

    Please add the below CSS in Enfold > General Styling > Quick CSS

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

    Best regards,
    Vinay

    #617641

    You.are.the.best.

    Thanks!!

    #617703

    Hi!

    Glad we got it short out.
    Please do let us know if we can do anything else for you, we will be more than happy to assist

    Cheers!
    Basilis

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