Helix 2.0.7 Menu Heading Not Working - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Helix 2.0.7 Menu Heading Not Working

MU

Mike Underwood

Helix Framework 3 years ago

Hello,

On https://www.clayconews.com/ the menu item Follow Us was set up as a menu heading, this was not showing showing the drop downs like it did using Helix 1. I switched it to a URL and now the dropdown is showing.

I have tested this on another site and it is happening there as well, so you should not need access to re-create this problem, just change any top level menu item with sub-items to a System Links, Menu Heading and it will no longer work.

Can you please take a look a look at this.

Thank you, Mike

0
3 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #66079

Hello Mike Underwood

It is showing in Desktop view. Only in the offcanvas view, the dropdown is not shown. Please use this CSS to Template Options -> Custom Code -> Custom CSS

body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.nav-header>.menu-toggler{
    right: 0px;
}

Best regards

0
MU
Mike Underwood
Accepted Answer
3 years ago #66192

Thank you, That worked.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #66303

You are welcome.

0