• Resolved rtsryank

    (@rtsryank)


    The mobile version of my site only shows part of the side menu, how can i show the full menu or allow menu scrolling. Thank you!

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Your menu is already shown full on your site.

    What you exactly want let us know clearly.

    Thanks.

    Thread Starter rtsryank

    (@rtsryank)

    On the full website yes the menu shows correctly, even when using the emulator it appears correct but when viewed on a physical mobile device you can only traverse about 2/3 of the menu and can’t get any further down.

    ok i’ll check it.

    Please use the below CSS in your custom CSS box –

    @media(max-width:480px){
    .home_menu {
    min-height: 230px;
    overflow: scroll;
    }
    #cssmenu {
        height: 100px;
    }
    }

    This will solve your issue.

    Thread Starter rtsryank

    (@rtsryank)

    That worked perfectly, thank you!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Mobile Side Menu’ is closed to new replies.