Switch To Mobile Menu For Tablet? (Helix 3) - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Switch To Mobile Menu For Tablet? (Helix 3)

G

Geoff

Helix Framework 3 years ago

We're using shaper_varsita template with Helix 3. Is it possible to switch to the Mobile Menu (pancake) for Tablet devices? If so, where do we make that change, and how?

Thanks, Geoff

0
3 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #75346

Hello Geoff

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

@media (max-width: 1023px){
    .visible-xs {display: block !important;}
    .hidden-xs {display: none !important;}
}

Best regards

0
G
Geoff
Accepted Answer
3 years ago #75351

Thank you very much! Regards, Geoff

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #75353

You are welcome 😊

0