Menu View On Tablet - Question | JoomShaper

Menu View On Tablet

MS

Martin Seidl

Helix Framework 2 years ago

Hi Team,

see here: http://www.responsinator.com/?url=https%3A%2F%2F2021.tierportal-muenchen.de%2F /scroll down to last view) and here https://snipboard.io/91zIXb.jpg the tablet displays the main desktop menu instead of sandwich menu. how can I have the offcanvas instead?

0
4 Answers
Ariba
Ariba
Accepted Answer
Support Agent 2 years ago #33459

Please check now. I have added the following css rules in custom css section.

@media(max-width: 1365px) {
    .d-lg-block {
        display: none !important;
    }
    #sp-header nav.sp-megamenu-wrapper #offcanvas-toggler {
        display: flex !important;
    }
}
0
Ariba
Ariba
Accepted Answer
Support Agent 2 years ago #33454

Hello

Thank you for providing the screenshot and site URL.

Let me have a look.

0
MS
Martin Seidl
Accepted Answer
2 years ago #33463

seems to work, thnx!

0
Ariba
Ariba
Accepted Answer
Support Agent 2 years ago #33465

You are most welcome.

0