Oneclip - Problem With Displaying The Menu On Mobile - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Oneclip - Problem With Displaying The Menu On Mobile

M

Milan

Template 2 years ago

Hello,

in the Oneclip template the menu on the mobile phone is displayed 2 times, see the attached image. Please advise how to fix it.

Thank you. Regards, Milan

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

Ahoj Milan,

In template settings > Custom CSS section please add:

@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;}
@media screen and (max-width: 990px) {
.offcanvas {visibility: visible;}
}
0
M
Milan
Accepted Answer
2 years ago #134414

Hello,

Thank you very much for the quick response, the css code works well :-)

Regards, Milan

0