Menu Hamburger As A Module - Question | JoomShaper

Celebrate JoomShaper's Sweet 16 with Flat 35% OFF!

Menu Hamburger As A Module

AG

Ana Gud

Template 2 years ago

Hello,

In the template I have a header, where I placed the elements:

  • logo
  • menu
  • messenger icons and language switcher.

On mobile I want to have:

  • logo
  • messengers, language switcher
  • menu humburger

I can't find the way to make it.

0
2 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #155973

Hi there!

Thanks for reaching out to us.

You can change the column order for your smaller device resolution with the help of the following custom code in your custom CSS:

@media only screen and (max-width: 991px) {
    #sp-menu {
        order: 1;
    }
}

Here is all about custom code placement in Helix3 framework: https://www.joomshaper.com/documentation/helix-framework/helix3/custom-css-header-code

Best Regards

0
AG
Ana Gud
Accepted Answer
2 years ago #157131

thank you, it really helped!

0