How Can Expand The Menu - Question | JoomShaper

How Can Expand The Menu

J

Josef

Helix Framework 2 years ago

I use Joomal 3.10.1, Helix Ultimate 2.0.4

Which command can I use to automatically expand all menus in the off-canvas?

I would like to open the main menu including the submenus when clicking on the top right menu on the smartphone.

At the moment I only see the first level and I would like to see the second level menus without having to click on the arrow.

0
6 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #33662

Hello Josef

Please use this CSS to Template Options -> Custom Code -> Custom CSS

.offcanvas-menu .offcanvas-inner ul.menu-child {
    display: block !important;
}
.offcanvas-menu .offcanvas-inner .menu-toggler {
    display: none !important;
}

Best regards

0
J
Josef
Accepted Answer
2 years ago #33676

Thx it´s works 👍

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #33706

You are welcome. Please accept the answer that helped you. It will be then easier to find the solution for the other users with the same issue. There is a button to accept answer after each comment.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #33707

I have a humble request. It would be very kind of you if you can manage some moment to give us feedback on Joomla Extension Directory

0
J
Josef
Accepted Answer
2 years ago #33780

about review:

I think it's good value for money.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #33799

Thanks for your feedback. We take these seriously and try to improve our product and service. You can write this to JED if you haven't already. We always appreciate your honest feedback.

0