Sticky menu not work

Home Forums All Other Themes Sticky menu not work

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #175804
    Mika SaurenMika Sauren
    Participant
    • Topics: 36
    • Replies: 64
    • Total: 100
    Member since: August 8, 2019

    Adventure theme, I use Max Mega menu and sticky header not work, not respond if set it on of off, have cap between upper page and menu when scroll down.

    Here is screenshots

    https://ibb.co/LnLjVTz

    https://ibb.co/88WQLJq

    https://www.seastone.audio

    #175978
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .home.has_trans_header .header_wrap {
        position: fixed;
        z-index: 10;
    }

    Regards,
    Dave

    #175995
    Mika SaurenMika Sauren
    Participant
    • Topics: 36
    • Replies: 64
    • Total: 100
    Member since: August 8, 2019

    Hi, all other pages still same issue, except frontpage?

    #176065
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .header_wrap.layer_wrapper {
        position: fixed !important;
        z-index: 10;
        width: 100%;
    }
    .page_head {
        margin-top: 50px;
    }

    Regards,
    Dave

    #176677
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .header_wrap.layer_wrapper {
        top: 0;
    }

    Regards,
    Dave

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.