Unable To Display All Sub-menu Items Using Customization From Documentation - Question | JoomShaper

Unable To Display All Sub-menu Items Using Customization From Documentation

DA

Dina Abramson

Helix Framework 1 year ago

Hi,

In mobile view, i cannot seem to expand all the submenu items. the customization code from you documentation does not seem to be working.

.menu-parent .menu-child{ display: block !important; } .menu-parent .menu-toggler{ display: none !important; } I added this line as well after the first two css changes did not work:

.offcanvas-menu {overflow: scroll;}

Can you please tell me what I did wrong?

Thanks.

0
5 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 year ago #161535

Hi there,

Thank you for reaching out, and I apologize for any inconvenience caused by this oversight. I have checked your off-canvas menu expand issue. But, No problem there. Have a look at the screenshot.

IMG_4FC2AD723865-1.jpeg

Best regards,

Toufiqur Rahman (Team Lead, Support)

0
DA
Dina Abramson
Accepted Answer
1 year ago #161537

Weird on mine i see this:

https://awdtest4.com/images/my-mobileview.jpg

I have deleted my browser history and i still see this.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 year ago #161538

Click on the arrow icon from your menu items.

0
DA
Dina Abramson
Accepted Answer
1 year ago #161540

i am trying to display them without having to click arrows on menu

it worked on another site i did see - https://justinjaytax.ca/

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 year ago #161542

Please check now and let me know. I have added this code inside the custom.css file.

.offcanvas-menu .offcanvas-inner ul.menu>li ul.menu-child {
    display: block;
}

-Thanks

0