Helix Update - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Helix Update

Libor

Libor

Template 2 years ago

Hi, after the update of Helix version 3.0.3 (Travelia), the menu does not work on mobile devices, many thanks for help

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

Ahoj,

In Custom CSS area or file please add those lines:

#offcanvas-toggler 
{ position: relative; z-index: 911; }
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #98516

Hi

Thanks for contacting us. Use this custom CSS in your custom.css file


#offcanvas-toggler {
position: relative; 
z-index: 1000 ;
}

-Regards.

0
Libor
Libor
Accepted Answer
2 years ago #98525

Now works, many thanks Paul and Mehtaz.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #98526

You are most welcome. You can now close this post by accepting the answer.

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

Yes, Both CSS do this same job. I only like 911 ;)

0