• Resolved rk2121

    (@rk2121)


    Title Bar 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 that the black Title Bar (“Featured Work”) hides the sub-menu items, when clicking on the Main Navigation. When scrolling down past the Title Bar this isn’t an issue, but Title Bar hides the sub-menu at the top of the page.

    Is there a way for the Menu (and sub-menu items) to always appear “on-top”?

    How can I fix this?

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • chrirelle

    (@chrirelle)

    What you’ve done is great.
    To answer your question, I’d say that you must have all your elements fixed, but I can’t answer that.
    I’ve been trying to get into generatepress since I want to change everything overall but do it myself now.
    How did you make your blue strip at the top because I’d like a strip like the one you have to put a three-word menu and my social network icons.
    I’M LOOKING AND I CAN’T
    Do I need to create a block element, a hook…
    or a widget…. I’ve tried everything.
    I have generatepress 3.4.0
    there’s always something wrong.
    I’m thinking of taking online courses, but I’d like to be able to do small things.
    Thank you

    https://la-maltiere.com

    Leo

    (@leohsiang)

    Hi there,

    Looks like your entire site is built with Beaver Builder and I can hardly tell that you are using GeneratePress.

    You will need to check with BB’s support team in this case.

    Thanks for your understanding.

    Jamie

    (@codente)

    It doesn’t have to do with Beaver Builder either. This CSS is present in the stylesheet of your child theme.

    
    #wave_styl {
        z-index: 1111;
        position: relative;
    }
    #wave_styl .fl-heading {
        z-index: 1111;
        position: relative;
    }
    

    That is what is preventing the sub-menu from displaying properly.

    • This reply was modified 1 year ago by Jamie.
    • This reply was modified 1 year ago by Jamie.
    • This reply was modified 1 year ago by Jamie.
    Thread Starter rk2121

    (@rk2121)

    Thanks, Jamie! Should I just delete that whole CSS to fix the problem? And do I need to access that via FTP or is there an easier way?

    Alvind

    (@alvindcaesar)

    Hi there,

    You can remove the CSS from Appearance > Theme File Editor. Just select the style.css file, and you’ll be able to remove the code there.

    Thread Starter rk2121

    (@rk2121)

    That fixed it! Thank you so much Jamie and Alvind! I really appreciate your help!

    Alvind

    (@alvindcaesar)

    No problem!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Title Bar Covers Sub-Menu Items’ is closed to new replies.