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

Unfold Offcanvas By Clicking Menu Title Self

Maximilian Grunow

Maximilian Grunow

Helix Framework 3 years ago

Is there a way to make a submenu in Offcanvas unfold, when clicking on the item itself instead of clicking on the arrow?

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

Hi there!

Thanks for your query.

I have a suggestion for you.

If your menu headers do not have any link to follow then the following code snippet in your custom CSS will do the job done for you:

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent .menu-toggler {
    width: 100%;
    text-align: right;
}

Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Best Regards

1
Maximilian Grunow
Maximilian Grunow
Accepted Answer
3 years ago #55852

This worked out for me. Thank you very much!

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #56778

You are always welcome:)

0