Mobile Menu Dissappears - Question | JoomShaper

Mobile Menu Dissappears

MS

Martin Seidl

Template 10 months ago

Hi I use shaper oneclip V 3.0.0 on Joomla 4. Most things work but if I click on burger menu in mobile view the menu dissappears after 2 sekonds, see video:

https://www.loom.com/share/d03b81a75cf64533aeac965f5e619b5e

see https://patlector-patentanwalt.net/en/

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #117847

Solved both, you own me big PIZZA :)

Thanks, Master of Joomla sounds great. Danke.


Please mark topic as solved

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #117844

Hi Martin,

use this custom CSS this is general fix for Helix3


@media screen and (max-width: 760px) {   
.hidden-sm, .hidden-xs {display: none !important; visibility: hidden;}
} 

 .offcanvas {visibility: visible;}      
 .offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul {   margin: 0 5px; display: block;}   
 #sp-menu > .sp-column .sp-module { margin-top: 0;}
0
MS
Martin Seidl
Accepted Answer
10 months ago #117846

As always you are the master, I wonder how joomshaper can exist without you! solved!

but can u help me also here? same website https://www.joomshaper.com/forum/question/25077

0