Problem With Submenu On Phone - Question | JoomShaper

Problem With Submenu On Phone

HG

Henk de Gans

SP Page Builder 3 weeks ago

My menu works fine on a PC, but does not show everything on the phone. For example, the activities menu shows the submenus for reports on the PC but not on the phone.

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 weeks ago #154156

Hi there!

Thanks for reaching out to us.

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%);
}

It should help:)

Here is all about custom code placement in Helix Ultimate: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

Best Regards

0
HG
Henk de Gans
Accepted Answer
3 weeks ago #154187

Thanks Rashida Rahman, now it work!!

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 weeks ago #154287

You are always welcome and have a nice day!

0