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

Mega Menu Drops Below Logo

H

H

Helix Framework 3 years ago

I have a website Joomla4+Helix Ultimate+SP Pagebuilder: www.zorgboerderijwillemshoeve.nl

If I reduce the size of the screen, I would expect the menu items to start occupying 2 lines, before they disappear and the hamburger menu comes in. But instead the menu first drops below the header and only then starts to occupy 2 lines.

How can I achieve the wanted behavious that the menu starts occupying 2 lines within the header area?

Kind regards,

Hubert

0
3 Answers
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #56349

You are welcome :)

Glad to know it worked out now. Thank you for sharing.

0
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #56329

Hello

Thank you for your query.

Please add the following css in custom css section

#sp-header .container-fluid .container-inner > .row {
    flex-wrap: unset;
}
0
H
H
Accepted Answer
3 years ago #56347

Thanx for the help.

flew-wrap:unset didn't do anything. But when I tried flex-wrap:unwrap, it worked.

Hubert

0