Keep Topbar visible

Hello,

I’d like to keep my topbar visible when scolling down. How can this be done?

I tried the code postet here. When I’m scrolling down, the topbar disappears, and then comes back when scrolling down even more - but with a missing part on the left side.

How can I adapt the code to have the complete topbar always shown?

I send you a link via secure note.

Best regards

Uli

Hi There,

Thanks for writing in!

Remove what ever you have added to customize the header and add this CSS only.

.masthead {
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.x-main.full {
    margin-top: 98px
}

Hope this helps!

It does help! Thank you very much!

Uli

You are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.