• Resolved jeremyodm

    (@jeremyodm)


    Hey everyone!

    For some reason when I access my website in tablet mode, the hamburger menu doesn’t appear.

    In the editing screen, it’s there, but when I actually visit the page it refuses to show up.

    Does anyone know why this may be?

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @jeremyodm

    I suppose that it should have something to do with Elementor responsive settings, you could try to check.

    Anyway, if you add this CSS code in the Customizer, it should work fine:

    @media (min-width: 768px) and (max-width: 1024px) {
    .gs-template-header .elementor-section-wrap {
    position:relative;
    }
    .elementor .elementor-element-9161def {
        display: block !important;
        position: absolute;
        top: 40%;
        right: 0;
    }
    }

    Alberto

    Thread Starter jeremyodm

    (@jeremyodm)

    @wpalby Thanks so much! This worked ??

    I didn’t change anything in my responsive settings, everything was normal. I don’t know why it wasn’t showing up.

    Thanks again

    There is some CSS code that hides menu in tablet mode. Anyway, great to know that worked! You’re welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hamburger menu disappears in Tablet Mode’ is closed to new replies.