Need Mobile Menu Activating Earlier - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Need Mobile Menu Activating Earlier

A

AJones

Template 2 years ago

Hi.....I'm using Helix Ultimate but have found that if the view goes to a smaller screen size then the main menu drops below the bar.

That's because the mobile menu doesn't kick in till the view is down to around 1000px. So I'd like to trigger the mobile menu sooner......around 1250px.

Can you advise on this?

Many thanks!

0
5 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #100026

Hello AJones

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

@media (max-width: 1250px) {
    #offcanvas-toggler {
        display: block !important;
    }
    #sp-menu .sp-megamenu-parent {
        display: none !important;
    }
}

Best regards

0
A
AJones
Accepted Answer
2 years ago #100028

Many thanks Ofi!

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #100032

You are welcome 😊

I have a humble request. It would be very kind of you if you can manage some moment to give us feedback on 

  1. Joomla Extension Directory
  2. TrustPilot

This will inspire us to improve.

0
A
AJones
Accepted Answer
2 years ago #100036

Hi Ofi......I've done a review on both sites. The JED review is awaiting authorisation though.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #100037

Thank you so much for your time and appreciation.

0