Full Width Mega Menue In Helix Ultimate And Joomla 4 - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Full Width Mega Menue In Helix Ultimate And Joomla 4

MG

MEHRKANAL GmbH

Helix Framework 3 years ago

Dear all,

I am running Joomla 4 with Helix Ultimate (recently updated to 2.0.7). I would like to create a mega menue with full width but whatever settings I do - it does not work.

https://www.dropbox.com/s/k2qae3nqj10luz2/chrome_4B6fT4Hb5D.png?dl=0 https://www.dropbox.com/s/o5xk60pxndzbhbc/chrome_1g4zbBnqw5.png?dl=0

I have a similar issue with a different website I am working on. Can you please show me how to fix it?

Your help is very appreciated.

Kind regards Christian

0
5 Answers
Pavel
Pavel
Accepted Answer
3 years ago #58212

Hi. Try this code

#sp-menu, .sp-megamenu-parent {
    position: static !important;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
    width: 100%;
    max-width: 100%;
}
.sp-dropdown-inner {
    margin-top: 0 !important;
}

And delete this Use header height in template settings instead. Because some other things depend on Header height. Here is an explanation https://www.joomshaper.com/forum/question/9639#qa-answer-47091

0
MG
MEHRKANAL GmbH
Accepted Answer
3 years ago #58211

Hey guys!

It seems I am the only one with this problem. However I really cannot find the issue. Read all documentation and I have this with several sites.

For the first question please can anybody tell me if "full" means full width mega menu or is there a general misunderstanding?

I thought it must be possible having a mega menue that covers the whole screen width.

I really appreciate any help.

Regards Christian

0
MG
MEHRKANAL GmbH
Accepted Answer
3 years ago #58213

Thank you so much, Pavel! The problem has been solved with your code!

Thanks!

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #58229

Hello MEHRKANAL GmbH

Glad that your issue is solved. Thanks to Pavel for help.

Best regards

0
Pavel
Pavel
Accepted Answer
3 years ago #58236

You are wellcome

0