Mainmenu Shown On Mobile View - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Mainmenu Shown On Mobile View

O

Oliver Janßen

Template 3 months ago

Hello,

I have absolutely no idea why the main menu is also being displayed in the mobile view. Can someone take a look at it?

Joomla 5 Template: Shaper Educon

0
3 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 3 months ago #199373

Hello Oliver,

Thanks for reaching out to us.

Could you please check now?

Thanks

0
O
Oliver Janßen
Accepted Answer
3 months ago #199472

Thanks, the error seems to be fixed. Could you briefly explain what you did or what the issue was?

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 3 months ago #199562

I just added a small css in this path: /templates/shaper_educon/css/custom.css

@media (max-width: 991px){
  ul.sp-megamenu-parent.menu-slide-down.d-none.d-lg-block {
    display: none;
}
}

and Fix offcanvas menu position for mobile menu in site modules.

Thanks

0