Only Offcanvas Menu On Tablet Landscape - Question | JoomShaper

Only Offcanvas Menu On Tablet Landscape

Yofie Setiawan

Yofie Setiawan

Helix Framework 3 days ago

Hi,

Is there any hack to make the website only show Offcanvas Menu on Tablet Landscape? Because many times i found the Menu is overlapping when shown on Tablet Landscape, so the menu goes to 2nd row after logo on top.

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 days ago #218627

Hi there!

Thanks for reaching out.

Which template are you using there? The following tips might help if you are using the Helix Ultimate template:

https://www.joomshaper.com/documentation/helix-framework/customization-tips#span-class-h3-how-to-show-offcanvas-menu-sooner-span

Please use your own screensize value there accordingly.

Best regards,

0
Yofie Setiawan
Yofie Setiawan
Accepted Answer
3 days ago #218628

Thanks Rashida,

This works for me...

@media screen and (max-width: 1280px) {
    .sp-megamenu-parent {display: none !important;}
    #offcanvas-toggler {display: flex !important;}
}
0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 days ago #218630

Glad that I could help and you are always welcome.

Have a nice day!

0