Hi,
Trying to make this work... The data in the Sticky-header is not centered and when scrolling down the page the white background on the container is offset.
https://www.blendmount.com/index-filter.html
--
</style>
<style>
.sticky-form { height: 68px; }
#header.sticky-header + .sticky-form form {
position: fixed;
background-color: #FFF;
top: 60px;
width: 100%;
z-index: 99;
height: 68px;
border-bottom: 1px solid #EEE;
}
</style>
