Help With Top Nav Bar - menu and text logo overlapping

Hi -
My website is jeanetteleblanc.com

I wanted to move my text logo from inline to stacked in order to make more room in the menu - but somehow it’s overlapping .I think i may have some custom code or something that I added to fix something way earlier that is causing it, but i’m not sure how to determine what it is.

Thanks so much.

Hi There,

Thank you for writing in, the following custom CSS rule is causing the issue.

.x-navbar {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
}

Does that ring a bell? I can’t tell where is this coming from though (here look)

I believe that is intended to be applied to a specific page, if so, please append a .page-id-XXXX class to your selector, where XXXX is the page ID.

How To Locate Post/Page IDs

Hope it helps,
Cheers!

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