- This topic has 5 replies, 3 voices, and was last updated 3 weeks, 2 days ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Hello, creating my third Wanium site but I have (again) a problem with the mobile menu:
– Sticky Menu/Header: does not work. Set ‘Sticky Header’ to Yes and ‘Sticky Header in Mobile’ to Yes. But no Sticky header/menu unfortunately on mobile (on desktop: yes).
– The Menu is too long for mobile and then… When collapsing the menu items, the last items in the dropdown can not be seen as it does not fit in the screen and there is no way to scroll down to see it.
Thank you for a solution.
Best regards,
Martijn
Hi there,
Thanks for writing in!
About this issue, please share us your site URL and the admin account of your site via private reply so we can investigate your case and help you out.
Then we’ll add this fix in next theme update.
Looking forward to your response!
Best regards,
Danny
Hi there,
Thanks for your info!
I’ve fixed the sticky menu on mobile and reduced the menu item height so that you can see more menu items. But in case you want to scroll on it, you’ll need to disable the sticky on mobile.
Hope this helps,
Danny
Please could the mobile sticky menu fix be shared? I also have this bug.
Thanks
Chris
Hi Chris,
In this case, please add the code below to your Dashboard > Appearances > Customize > Addition CSS:
@media (max-width: 990px) {nav {position: fixed!important;width: 100%;z-index: 9;}}
Hope this helps,
Danny