Header Menu Disappear Switching To Mobile - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Header Menu Disappear Switching To Mobile

AV

Angela Ventricelli

Template 5 months ago

Hi, I need to keep visible the 2 links on the header menu on laptop screen: https://drive.google.com/file/d/18rnThSuCl6GOlgYJcG-dKH8Ik63PuEux/view?usp=sharing

also on mobile screen: https://drive.google.com/file/d/1aADpVCSVCDH8v8t_xnHy9-ywSadd081a/view?usp=sharing

I also use the off-canvas main menu and the 2 links are configured as a separate menu. This menu disappear on mobile. Is there a solution to show them? Also a solution with 2 buttons is ok

Many thanks and regards

0
3 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 5 months ago #193647

Hello Angela Ventricelli,

Thank you for reaching out to our technical support forum. I’m sorry to hear about the trouble you’re experiencing. Rest assured, I will look into this issue for you and work to resolve it as quickly as possible.

Please use this CSS to Template Options -> Custom Code -> Custom CSS

@media(max-width: 768px) {
    .sp-megamenu-parent {
        display: block !important;
    }
}

Best regards

0
AV
Angela Ventricelli
Accepted Answer
5 months ago #193663

Many thanks Ofi !!

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 5 months ago #193678

You are welcome 😊

0