TOP1 And TOP2 In Helix Ultimate V2 - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

TOP1 And TOP2 In Helix Ultimate V2

Peter Spiegelenburg

Peter Spiegelenburg

Helix Framework 3 years ago

Hello, I want to add a custom module (with pagebuilder) to position TOP2 in HU V2.0.6. It works, but the content is divided into two rows.

Please look here http://wim.domeintest.eu/

I have adjusted the width of TOP1 and TOP2. Originally it is 50% and 50%. I thought TOP2 was too small, so I changed it to 30% and 70%. But the problem remains.

@media (min-width: 992px){
#sp-top1.col-lg-6 {
 flex: 0 0 auto;
 width: 30%;
}
#sp-top2.col-lg-6 {
 flex: 0 0 auto;
 width: 70%;
}
}

What else can I do, to get only one row with text?

Regards, Peter

0
4 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #51718

Hi, this CSS line should help:

#sp-top-bar .sp-module {display: block; }

0
Peter Spiegelenburg
Peter Spiegelenburg
Accepted Answer
3 years ago #51728

Hi Paul,

Thanks for the fast response.

Working!!

Regards, Peter

0
YY
Ying Yuan
Accepted Answer
3 years ago #52503

Hi, I have two problems here:

  1. Could you please tell me how to let the menu module in top1 or top2 can display submenu when hover
  2. And how to add one more Off-canvas for the menu in top1 or top2? Thanks & regards. William
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #52504
  1. Yes, but you have to install extra module that have this feature.
  2. Like above

More here: https://www.joomshaper.com/forum/question/10784

0