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

Mobile Menu

Gergely Kovács

Gergely Kovács

Template 2 years ago

Hi,

I'm stucked with the mobile menu problem. In the setting everything is correct but on mobile devices the menu icon goes under the logo but they supposed to be in the same row.!

Thanks for any help, Greg

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

Hi there!

Thanks for contacting us.

Have you updated your template version, please?

However, the following code in your custom CSS should help:

#sp-header .row {
    display: flex;
}
div#sp-menu {
    flex: auto;
}

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
Gergely Kovács
Gergely Kovács
Accepted Answer
2 years ago #139176

Dear Rashida,

thanks, this code works perfectly.

Have a nice day, Greg

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #139190

Dear Greg,

You are always welcome and glad that it helped:)

Have a nice day!

0