• For some reason when I visit the website I manage on mobile, the link pop out window gets cut off by the main content table. I tried setting the header section to Z 1000 and the main content to any number lower than that, but there is no effect. Any suggestions?

    How to replicate the error:
    Go to website
    Tap Menu
    Link menu is cut off

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter jeanapple2010

    (@jeanapple2010)

    • This reply was modified 2 years, 11 months ago by jeanapple2010.

    Hi @jeanapple2010

    I found the solution for your problem. You need to just remove the overflow: hidden and overflow-y: auto from the .site-header-menu-responsive-wrapper class. After this you need to give the height to .site-header-menu-responsive-wrapper.show.

    Add the height style like this:

    .site-header-menu-responsive-wrapper.show {
        left: 0;
        visibility: visible;
        height: auto;
    }

    Thank you and reply me for any other help.

    Attaching picture of it. In this picture I have showed the class in which you need to remove overflow: hidden and overflow-y: auto and then as per above comment you just need to add height styles.

    Image link: https://prnt.sc/241flo8

    Thread Starter jeanapple2010

    (@jeanapple2010)

    Thank you Smit08

    It worked, but now when I tap the links, it doesnt go to a website, it just closes the pop out.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Mobile Link menu cut off’ is closed to new replies.