Disappearing Bar from Header

Good morning,

I noticed that on smaller screens the header on denverhighriseliving.com has a disappearing bar.
You can see a screenshot of the resulting issue here: https://prnt.sc/jwl7oo. The logo is now transparently hanging and the mobile navigation has now disappeared. Could you tell me how to get that functionality back?

Thank you,
J

Hey @weatherstone,

Upon checking, I saw the issue. It’s because the mobile menu button disappears. But, when I reloaded the page, the issue was fixed.

Are you working on it right now and fixed the issue?

Thanks.

I have not fixed it, and unfortunately am still seeing this issue. You will notice it only when you scroll down.

Thank you,
J

Hi There,

Please find and remove this custom CSS:

@media (max-width: 767px){
.x-bar.x-bar-fixed {
    top: 0 !important;
}
}

Regards!

Thank you so much! Fixed it!

You’re more than welcome, glad we could help.

Cheers!

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