I have a contact div that I made sticky using Bootstrap affix.
<div id="contactForm" data-spy="affix" data-offset-top="400">
However, I am unsure of how to limit its bottom to the top of the next div. In other words, I want it to stay in place when it reaches the top of the "ticker-container" div (which contains a news ticker).
Any suggestions on how to achieve this?
You can view the page with the div here:
Thank you!