Problems With The Menu In IPAD Landscape View - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Problems With The Menu In IPAD Landscape View

R

Rodenger Garibay Ramírez

Helix Framework 3 years ago

Hello, please I have another query, how to make the menu for small screens activate in the horizontal iPad view, because the menu items appear below the header. Image 1: https://drive.google.com/file/d/11ltdk9iQLXMyzFtDvbcq6cM-wAZq2ssK/view?usp=sharing Image 2: https://drive.google.com/file/d/1-2qKQs-M4hE0lsOsEKMn2fnMNAuL5BOO/view?usp=sharing Gracias

0
3 Answers
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #53571

Hello

Thank you for your query.

Please add the following css rules in custom css section

@media (max-width: 1366px) {
    #offcanvas-toggler{
        display: flex !important;
        height: 60px;
        line-height: 60px;
    }
    #sp-menu {
        display: none !important;
    }
}
0
R
Rodenger Garibay Ramírez
Accepted Answer
3 years ago #53575

You are the best! Gracias :)

0
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #53577

Thank you for the kind appreciation :)

I have a humble request, please.

0