Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #876334

    on this site https://deercreekgolfclub.com/events/
    the header covers the hero
    the problem is this
    .html_header_top.html_header_sticky #header { position: fixed: }
    If I eliminate the fixed position, it works but I lose the sticky header.
    my friend told me this
    You could use scrollspy to look for the scroll event and add the .html_header_sticky class onscroll in JavaScript or jQuery.
    ive never done that before and not sure how

    #876438

    Hey mmf1,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    .html_header_top.html_header_sticky #top.events-archive #wrap_all #main {
        padding-top: 150px !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.