Offcanvas Menu Toggler - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Offcanvas Menu Toggler

TK

Thomas Kutter

Helix Framework 2 years ago

Hi,

I have a submenu and in this submenu another submenu. But in the offcanvas menu I see only one menu toggler there and can´t open the other menus.

https://abtei.marienstern.de/

Best regards Thomas

0
1 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 2 years ago #97685

Hi there,

Thanks for contacting us. Sorry for the inconvenience. Add this css code inside the custom.css file.

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent .menu-toggler {
    right: -10px;
    display: block;
    position: absolute;
    top: auto;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 2px 10px;
}

-Thanks

0