Dear support,
I want to fix the color-section of some pages of a site as a kind of sub-header that it doesn’t move upwards while scrolling. Is there a possibility to achieve this?
Here are 2 examples where I want to implement it:
Thank you for your help
Rainer
Hi Rainer,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
#top.page-id-388,
#top.page-id-425,
#top.page-id-388 #wrap_all,
#top.page-id-425 #wrap_all {
overflow: visible;
}
#top.page-id-388 #wrap_all #av_section_1,
#top.page-id-425 #wrap_all #av_section_1 {
position: sticky;
top: 100px;
z-index: 100;
}
Hope it helps.
Best regards,
Nikko
Thanks a lot, Nikko! That works fantastic.
Be well
Rainer
Hi,
Glad Nikko was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike