Menu Hamburger As A Module - Question | JoomShaper

Menu Hamburger As A Module

AG

Ana Gud

Template 1 week 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 1 week 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
1 day ago #157131

thank you, it really helped!

0