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

    Hi,

    on an iPad the menu overlays the logo, so I changed the css (according to other threads on this support forum) and that helped me in the way the menu is now in responsive mode. It work well except voor the IPad (IPhone not tested). On an IPad the menu won’t open with the menu-items but only with a window saying copy this link etc. (a window that normally appears later when using the menu).

    Hope I can explain it enough in this way. You can have a look.

    Thanks,
    Jolanda

    #562296

    Hey jramerman,

    What code did you use? Please paste it here. Please send us a temporary admin login so that we can have a closer look as well. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #563169

    Hi this code I used at Quick CSS

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

    #563707

    Hi,

    Ok, I see. Could you try the following instead to see if that works better?

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

    Regards,
    Rikard

    #567783

    Sorry late reply: this change results in an extra quarter with a X, but no menu unfortunately.
    Any other suggestions?

    Jolanda

    #568389

    Hi,

    Not sure what’s going on there, please try the following as well:

    @media only screen and (max-width: 1200px) {
    #mobile-advanced {
    display:block !important;
    }
    }

    Regards,
    Rikard

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