Menu has Two Lines - Question | JoomShaper

Menu has Two Lines

HB

Holger Busch

Template 3 months ago

Hello, I am using joomla 5 with helix ultimate in the latest versions. On one site I have the challenge, that the people would like to have many menu points. So actually the menu has two lines. Is there a chance to add the black background to the whole menu?

Greetings

0
14 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #215826

.sp-megamenu-parent {background: black;} to get 99% score

but you have to disable [=] icon on dekstop view to make whole header solid black (100%)

template options > menu > megamenu > menu type > megamenu (only)

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 months ago #211426

Hi

Thanks for contacting us. Yes, it's possible. Could you please provide the site link? Do you want it like this? The site you provided.

-Regards.

0
HB
Holger Busch
Accepted Answer
3 months ago #211428

The site link is in the hidden content

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 months ago #211432

Example CSS that may help:

.sp-megamenu-parent > li {background: black;}

Between Us, using numbers 1., 2. and BIG LETTERS takes too much space.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 months ago #211526

Is this solved now? And thanks Paul for helping him.

0
HB
Holger Busch
Accepted Answer
3 months ago #211560

Resolved at 1/2 :-) The Background is black now. Is it possible, that the slider is moving down, so that the secon row ist not covering the slider?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 months ago #211629

Is possible. In Page Builder in Home page, in first row - add bigger top padding or top margin for Desktop view only. I guess you need + 60px more.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 months ago #211814

Hi

Is this solved now?

0
HB
Holger Busch
Accepted Answer
1 month ago #215799

I am sorry for the break. It is solved at about 90% lets say. I would be happy if the content is shiftet down so that the second menu line is not covering the content. Is that possible?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #215806
@media screen and (min-width: 999px) {
#sp-main {margin-top: 40px;}
}

should help, you can use higer value as well.

0
HB
Holger Busch
Accepted Answer
1 month ago #215819

Amazing. We are at 98% :-) How can I set the complete background black of the menu?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #215856

I see that you have two rows of solid black bg color.

Ser Gut

0
HB
Holger Busch
Accepted Answer
1 month ago #215901

Thank you very much

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 month ago #215995

Glad to know that its solved and thank Paul for helping him.

0