• Resolved rk2121

    (@rk2121)


    The Title Bar at the top of many of my pages blocks the submenu navigation. It seems to be “on top” of everything on the page, rather than moving “under” the menu when scrolling.

    As an example on the “Featured Work” page I have included here, the sub menu is visible just fine in most places, but when the Title Bar (the black curve shape and Featured Work text) is directly under it, it hides the menu.

    I haven’t been able to figure out a setting to change it. Is there a Custom CSS I can add to fix this? Thank you!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • tanvir2024

    (@tanvir2024)

    .fl-builder-content[data-type="header"].fl-theme-builder-header-sticky{
        z-index: 9999;
    }

    The above custom CSS should fix the issue for you. You can add this custom CSS under WP dashboard > Appearance>Customize>Additional CSS

    Thread Starter rk2121

    (@rk2121)

    Thanks for your reply! That helped to have the Title Bar go under the menu when scrolling, but the Title Bar still overlaps/hides the items in the sub-menu when I click any part of the Main Navigation to see the sub-menu items.

    When looking at the Featured Work Page, before scrolling, you can see how when clicking any Menu Item, not all of the sub-menu items appear, because they are still hidden by the black Title Bar.

    Is there an Additional CSS I can add that will make Main Navigation Sub Menu visible above the Title Bar?

    Moderator Support Moderator

    (@moderator)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Titlebar Content Overlapping Main Menu’ is closed to new replies.