The Logo and Menu won't stay fixed on the page, please help!

Hi, I’m working on a website and I’ve tried, but I can’t get the logo and menu to stay fixed on the page when scrolling down! I’m hoping you’ll be able to help me on this!

I’ll put the URL in a secure note as it’s on a temp link.

Thanks!

Hello @core365,

Thanks for posting in!

The navbar is supposed to be fixed. Since you have added a JS code to make the topbar fixed as well, the navbar is now behind the topbar. To resolve this issue, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-navbar-fixed-top-active .x-navbar.x-navbar-fixed-top {
    top: 75px;
}

We would love to know if this has worked for you. Thank you.

Hi @RueNel,

That’s perfect, thanks!

I appreciate your time and help, thank you!

You’re always welcome @core365!

Cheers.

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