Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Sticky header nav #951834

    That did the trick. Thank you!

    in reply to: Sticky header nav #951071

    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.)

    in reply to: Sticky header nav #949076

    Hi Victoria. I do. See Private Content below.

    in reply to: Sticky header nav #948034

    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.

    in reply to: Sticky header nav #946882

    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…

    in reply to: Sticky header nav #946404

    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…

Viewing 6 posts - 1 through 6 (of 6 total)