Problem With My Menu Onmobile - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Problem With My Menu Onmobile

C

cdizier

Template 2 years ago

Hello

I'm using Eventum template and helix on my website https://emf2023.org/

However, I have a problem with the upper menu, it dissapears on mobile and also on computer when you reduce the window.

Im' using Joomla 3.10.11. The Php is newly PHP 8 (but with the older version of PHD it did no twork either). I think everything is updated (template, etc.)

Could you help me?

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

Hi,

  1. You forgot to publish a menu module in "offcanvas" position. That's why your mobile menu is EMPTY.
  2. About missing [=] icon in mobile view

Please use below custom CSS

@media screen and (max-width: 860px) {
#sp-logo {max-width: 50%; float: left;}
}

In template settings you should see tab "Custom Code" then "Custom CSS"

after using it

info_61_2023.jpg

0
C
cdizier
Accepted Answer
2 years ago #101980

Great , thank you for your help

0