How To Show The Menu Button On Your Phone - Question | JoomShaper

How To Show The Menu Button On Your Phone

MN

Marek N

General 3 months ago

How to show the menu button on your phone

https://prnt.sc/Np9Rm3m8sIhw

http://investa.pwdevelopment.com.pl/

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 months ago #145576

Hi there!

Thanks for reaching out to us.

Please use the following code in your custom CSS:

@media (max-width: 575px){
#sp-header .sp-module {
    display: block;
}
#sp-menu .sp-megamenu-wrapper {
    order: 1;
}
}

Here is all about custom code placement in Helix Ultimate: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

Best Regards

0