Hi
I have this page http://customcms.dk/
When i open it on a ipad or scale the window width down under 960px it makes a bad menu "break" then the menu botton "Kontakt" goes down over/into the slideshow.
Hi
I have this page http://customcms.dk/
When i open it on a ipad or scale the window width down under 960px it makes a bad menu "break" then the menu botton "Kontakt" goes down over/into the slideshow.
Hi customcms,
I'm not getting the same issue when testing on my end. Have you shortened the amount of menu items to make it fit? This is typically what I suggest other than changing the variable at which the mobile menu appears.
Regards,
Devin
Hi Devin
I was hoping that the amount of menu items was fitting it self when the theme is "Responsive"
i made a screenshot here https://www.dropbox.com/sh/l35p3i1fwg3dtyk/uex0S3kN2H
Hey!
I can't reproduce this issue on my PC or Android 4 phone but you can try following css code to fix the issue:
@media only screen and (max-width: 960px) {
.main_menu{
height: auto !important;
}
}
Best regards,
Peter
Tryed but no luck this is only solved by reduce the amount of menu items.
Thanks for the response.
Unfortunately the responsive element for the menu is just changing it to the dropdown menu. I've not seen any more elegant way to do it when you have so many menu items that they would wrap on some screen sizes.
Regards,
Devin
You must log in to post.