• hello, i would like to help set the width of the mobile menu because when it expands it’s too wide and I can’t expand the submenu.

    I like the style of the mobile menu as on the original https://zakrademos.com/yoga/
    if it could be as customized as the demo, I would be grateful

    website: http://testovaciastranka.wz.cz/

    Thank you very much

    • This topic was modified 6 years, 9 months ago by intun.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,
    Please add this code inside Customize > Additional CSS:

    @media screen and (max-width: 480px) {
        .tg-mobile-navigation {
            width: calc( 100% - 80px );
        }
    }

    You can change the values 80px as you need. Let me know if this doesn’t work with detail explanation of the issue again.

    Thanks.

    Thread Starter intun

    (@intun)

    Great, thank you works great, even though on mobile it looks different than when I look at the page, but never mind. I would also like to ask if the height of the menu could be adjusted and clipped in one place.
    Thanks

    edit: and even if you could put that menu in the frame it would be great
    Thanks

    • This reply was modified 6 years, 9 months ago by intun.

    While checking your site it seems you’ve set 400px value which reduces the mobile menu to very small. So, you may want to reduce that value. Also, regarding the recent query, I didn’t quite get it. Can you please explain it clearly?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Adjust mobile menu’ is closed to new replies.