Hi,
I am having an issue with the resize of the sticky header.
As you can see from my home page when I scroll down the page up to the point that the top header disappears the navigation menu changes position (I have set this as a custom css) but the header and the logo remain as they are until you scroll further down the page.
How can I resize header,logo and navigation menu at the same time right after I pass the top bar?
Custom css I am using is the following:
.is-sticky > .sticky-header-resized{
height:60px !important;
}
.header-right{
margin-top:60px !important;
}
.is-sticky .header-right{
margin-top:0px !important;
}
Please let me know if what I am asking is clear.
Thank you.