Tagged: header issues
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
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