Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1352045

    Hello,

    I keep having the problem with the menu display on the smartphone in landscape. For example, on the page https://kleinig.gmbh/ with smartphone across, the content is cut off at the bottom. A different display of the menu as on the page https://lackpoint-triebes.de/ does not help either, it is also cut off.
    I also once managed to keep the menu up with a code. But then it looks silly on an iPad, for example. Then it hangs at the top, which looks wrong. What could one do there?

    regards,
    Martin

    #1352061

    Hi Martin,

    I’m not sure that I fully understand the problem you are having, could you share screenshots highlighting it please? If you could let us know in which browser and screen dimension it happens on as well, then that would be helpful.

    Best regards,
    Rikard

    #1352072

    Just call up the pages on the smartphone and turn it sideways. Then click on the menu. It’s barely visible. You can scroll it up, but there has to be a better way.
    I would like the menu to be fully visible when I view the page like this.

    #1352099

    Hi,

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

    @media (orientation: portrait) and (max-width: 1024px) {
    #top #av-burger-menu-ul {
        vertical-align: top;
    }
    }

    Best regards,
    Rikard

    #1352160

    Hello Ricard,

    thank you very much, but this is not a good solution. I don’t want the menu to be at the top all the time. Only if it is truncated horizontally like on a smart phone. For me this is a bug and should be fixed by Kriesi.

    regards,
    Martin

    #1352185

    Hi Martin,

    Please try this CSS instead:

    @media (orientation: landscape) and (max-width: 1024px) {
    #top #av-burger-menu-ul {
        vertical-align: top;
    }
    }

    Best regards,
    Rikard

    #1352733

    Thank You Rikard, it works!!!!

    #1352752

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Burger menu incorrect on smartphone across’ is closed to new replies.