Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #286713

    Hi

    If I disable “sticky header” – which is what I want to do – the page name clashes with the main menu, or in other words, they overlap each other. The only way to get rid of this problem seems to be to enable Sticky Header, but I don’t want that feature enabled. I’ve provided a link to a relevant snapshot in the Private Content box.

    Also, with Sticky Header enabled, there seem to be ghost remnants of the Main Menu when you scroll up or down the page – see second link in Private Content box.

    How can I resolve this? It’s never done this before, although this is the first time I’ve set the menu to be below and not on the left or right and would like to keep it that way.

    Thanks

    #286745

    Hey 500Webmaster!

    Can we see the site live? I’ve not seen that either so inspecting your code live will hopefully help us find out whats going on.

    Cheers!
    Devin

    #287142
    This reply has been marked as private.
    #287164

    Hi!

    I cannot reproduce ghosting issue on my end but please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    #header_main_alternate, #header {
    -webkit-transform: translateZ(0);
    }

    I have added a custom CSS code to bottom of Quick CSS field and disabled sticky header. If you would like to add bottom border to main menu, please add following code to Quick CSS as well

    #header_main_alternate { border-bottom: 1px solid #888; }

    Best regards,
    Yigit

    #287170

    Thanks so much, works fine now :)

    #287174

    Hey!

    Not at all! :) Let us know if you have any other questions or issues.
    Have a nice weekend!

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Sticky Header Disabled Causes Page Name to Clash with Main Menu’ is closed to new replies.