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

    Hi,

    when i activate the mobile menu for desktop and tablets, then desktop menu appears also in tablet portrait mode. I think it is a bug…

    Best regards,

    Sergej Rube

    #807235

    Hey codeunity,

    It activates at 990px width, so it will be active on portrait orientation on an ipad but not on landscape for instance. If you want to have it present on both orientations then please try this in Quick CSS:

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

    Best regards,
    Rikard

    #807387

    Hi Rikard,

    okay but why it shows both menus? But however, your solution works.

    Thanks.

    #807764

    Hi,

    Thanks for the feedback. I’m not sure what you mean, did it show both the mobile and desktop menu at the same time? Anyhow, your site looks fine now on my end at least.

    Best regards,
    Rikard

    #807845

    Hi,

    yes both were visible. That was the problem.

    Best regards,

    Sergej

    #807931

    Hi,

    Ok, thanks for the feedback. Everything is ok now though, right?

    Best regards,
    Rikard

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