That did the trick. Thank you!
Thanks,
It’s getting closer, but in the immediate transition after the logo container goes away, the menu bar nearly triples in height for a moment. (See attached screenshot.)
Hi Victoria. I do. See Private Content below.
Thanks Ismael. I DON’T want the header to stick to the top. I only want the MENU to stick to the top, NOT the logo or header background image.
Fixed the menu area behavior with
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 0px !important;
}
All that’s left is to figure out how to have the logo maintain its size as it scrolls away and the menu pins to the top…
I’m almost there with this:
.header-scrolled #header_main > .container {
display: none;
}
.av_minimal_header #header_main_alternate {
background-color: #98252f;
}
The scrolling is still just a little funky now. I’d rather have the logo remain the same size as it scrolls up, and not have the momentary double-height of the menu area…