Nuron Template - Offcanvas Module Isn't Shown - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Nuron Template - Offcanvas Module Isn't Shown

N

Nicolò

Template 2 years ago

Hi, In mobile version of www.m-eng.it the module "Menu Button mobile" is not visible in off canvas menu. It is active and it is viewed in source code but it doesn't appear.

https://www.m-eng.it/error.png

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

Ciao,

it was hidden by template styles that's why.

Here is fix to show it also in Mobile Menu, Custom CSS

  @media screen and (max-width: 767px) {
    .offcanvas-inner .nuron-arrow-big-button {display: block !important;}
}

Please add into template options > Custom Code > Custom CSS > then Joomla cache

0
N
Nicolò
Accepted Answer
2 years ago #105560

Thank you, now it works.

0