MegaMenu Dropdown On Mobile Doesn't Show - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

MegaMenu Dropdown On Mobile Doesn't Show

TM

Troy Mumm

Helix Framework 3 years ago

First time using MegaMenu on Helix and built a nice two column megamenu. However, there are no submenu options that show at all on the offcanvas mobile menu. Did I miss a setting or configuration?

This is on Joomla4, latest version of Helix Ultimate. Can be seen here: https://gethealthy.cloudaccess.host/

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

Hello Troy Mumm

Megamenu will not be displayed on the offcanvas. This is the feature. So, you are doing all right here.

Best regards

0
TM
Troy Mumm
Accepted Answer
3 years ago #61212

I assume the "megamenu" wouldn't show on mobile, but shouldn't the level 2 submenu items show as usual? How are users supposed to navigate to these pages?

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

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;
}
0