OFF CANVAS MENU (MOBILE VIEW): SHOW ALL SUBITEMS FROM START - Question | JoomShaper

OFF CANVAS MENU (MOBILE VIEW): SHOW ALL SUBITEMS FROM START

RO

RICARDO MARTIN ORTEGA

Helix Framework 2 years ago

Hello:

I have updated next parts:

  • template shaper_helixultimate from 1.1.4 to 2.0.5
  • plugin System-Helix Ultimate Framwork from 1.1.4 to 2.0.6
  • componnete SP Builder Pro from 3.7.12 to 3.8.1

With the old versions, off canvas menu is only displayed in mobile view, and is configured to show all menu subitems from the beginning. I use this CSS: .offcanvas-menu .offcanvas-inner .sp-module ul > li ul {display: block;}

But when I have updated to new versions, off canvas menu doesn´t show all subitems (I have revised custom CSS and the command is still there) from the begiining and this is something that I need to solve.

I wait for your instructions.

Kind regards,

Ricardo

0
4 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #46052

Hi Ricardo,

in new Helix use this:

.offcanvas-menu .offcanvas-inner ul.menu > li ul.menu-child {
    display: block; }
0
RO
RICARDO MARTIN ORTEGA
Accepted Answer
2 years ago #46261

Thanks Paul. It works perfect now !! Kindest regards, Ricardo

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #46262

Consider also this line, if you have many submenu items.

foto_7334_2021.jpg

0
RO
RICARDO MARTIN ORTEGA
Accepted Answer
2 years ago #46268

Ok, I will take note about this. Thanks again Ricardo

0