IPad Landscape Menu - Question | JoomShaper

IPad Landscape Menu

WAD

WAD

Helix Framework 3 years ago

Hi there, we have a new website launched https://www.sfhg.org.uk/ and when they hold the ipad as a landscape the menu does not fit, is there a way to make the menu a toggle menu and not a desktop menu?

They are loosing the menu when as landscape - can you help?

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #8967

Hi there!

Thanks for your query!

Please put the following code in your custom.css file:

@media (max-width: 1024px){
#offcanvas-toggler {
    display: block!important;
}
#sp-menu .sp-megamenu-parent {
}
}

Hope this will serve your purpose!

Best Regards

0