Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1398409

    Hi,
    I have a problem with the menu on tablet. The burger menu is on the left side und you can’t see it.
    Can you please help me?
    Thanks and best regards,
    Eve

    #1398495

    Hey Createve_Solutions,
    This is because your logo shifts for the text menu with this css:

    @media only screen and (min-width: 780px){
    #header .logo {
        left: 48%;
        transform: translateX(-40%);
        z-index: 999;
    }
    }

    but your text menu doesn’t show until 990px, so the above css should be changed to at least 990px and not 780px.
    But if you look at 990px your text menu is too large for the screen at 990px so I would recommend not showing the text menu until 1440px when it will fit correctly.

    Best regards,
    Mike

    #1398585

    Hi,
    thanks for your answer. Can you please tell me, how I can do your recommendation? Can you tell me the quick CSS Code please?
    Thank you!
    Best regards,
    Eve

    #1398595
    This reply has been marked as private.
    #1398618

    Hi Eve,

    Have you tried this solution: https://kriesi.at/documentation/enfold/menu/#toggle-id-87? If not, please try that one.

    Best regards,
    Yigit

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