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

Question About Burger Menu

K

Kristof

Helix Framework 3 years ago

Hi,

I have two questions about the burger menu on my website https://olvp.be/so/index.php

  1. I want to open secondary menus not only clicking on the > - icon. Is it possible to open the secondary menu on clicking a menu header. On my website example clicking on the menu header 'onze school'.

  2. when I click menu item 'onze school' open, 2 item appears ('organisatie', 'praktisch') but the > icon is on the same place. So I can not open the menu 'organisatie', only menu item 'praktisch'. Is there a workarround for this?

grtz Kristof

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

Hi there!

Thanks for contacting us.

Please use the following code in your custom CSS:

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent .menu-toggler, .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.nav-header>.menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler {
    top: auto;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    width: 100%;
    text-align: right;
}

Hope this will serve your purpose.

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

0