Mobile Menu does Not Work Correctly After Updating To Joomla 4. - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Mobile Menu does Not Work Correctly After Updating To Joomla 4.

Bogo Nicole

Bogo Nicole

Template 1 year ago

Hi I have a problem with the Kidzy template after updating to Joomla 4. The content is only displayed briefly, then everything is white.

Can you help me, please.

  • Nicole
0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #144748

Hi Nicole,

start with that Custom CSS fix:

@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
Bogo Nicole
Bogo Nicole
Accepted Answer
1 year ago #144750

Hi Paul

Thank you very much for your quick response. Now it works!

Great support!

  • Nicole
0