Sticky Header And Sticky Topbar - Helixultimate 2 - Question | JoomShaper

Sticky Header And Sticky Topbar - Helixultimate 2

RD

Robert Deutschmann

Helix Framework 1 year ago

Hi

On my website i have activated the sticky header. Now I like also the sticky topbar with logo, social icons etc.

Any idea how to do that?

Best regards

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #162940

Hi Robert,

In general, this customization is beyond support, but I can share example CSS code that should help:

@media screen and (min-width: 680px) {
#sp-header-topbar { position: fixed; display: block; width: 100%; top: 0; left:0;}
#sp-header {position: relative; z-index: 99; animation: none; top: 61px; }
#sp-header.header-sticky {top: 61px; animation: none; }
}
0
RD
Robert Deutschmann
Accepted Answer
1 year ago #162942

Hi

Many thanks for the css-code. Works perfectly for me.

Br, Robert

0