Helix Ultimate 2.0.5 Bug - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Helix Ultimate 2.0.5 Bug

EB

Eliana Braidot

Helix Framework 4 years ago

In off-canvas menu, two items in submenu have same toggler (only one for two items menu)

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #40849

Hi there!

Sorry for your issue.

Would you please use the following code in your custom CSS:

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent .menu-toggler {
    top: auto;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

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