Is there a way to add a 250px deep header with images (no links required as they’ll be in the hamburger).
To give you an idea, see my website in the private content. Instead of the hero banners on each page, I’d like to turn each one into a header that is sticky.
Thanks!
Hi,
Thank you for the inquiry.
Have you tried setting the position of the first section or the hero banner to fixed? This should make that particular section sticky, but it looks a bit distracting and it also consumes a lot of space leaving less for the more important content.
#av_section_1 {
position: fixed;
}
Best regards,
Ismael
Yeah, you’re correct that it leaves less space for the important content. Would like to see how it would work since I’m getting asked that by the team.
So, I added the code in the css box and it does freeze the top section, but the sections underneath it scroll over that top section now. Any way to have the other sections scroll under the top section?