Sticky Header And Topbar - Helixultimmate - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Sticky Header And Topbar - Helixultimmate

J

Josef

Helix Framework 3 years ago

The Sticky Header with Logo and menu is running perfect but now I need also the sticky topbar with contact data?

0
4 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #67185

Hi there,

Thanks for your query.

Your site Url would be better here. However, please try this general css into your custom css to achieve it:

#sp-header, #sp-header.header-sticky {
    position: fixed;
    top: 37px !important;
}
#sp-top-bar {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
}

Hope this helps!

Best Regards

0
J
Josef
Accepted Answer
3 years ago #67218

thank you - it´s working

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #67318

Glad to know that and you are always welcome:)

0
J
Josef
Accepted Answer
3 years ago #68928

Hello Rashida,

I have a small problem with this solution, it cut allway the first row. So I miss the top on photos or the headline.

0