Sticky Header – WHITE THEME

Home Forums SKT Black/White Theme Support Sticky Header – WHITE THEME

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #163484
    Tamsin BoschTamsin Bosch
    Participant
    • Topics: 4
    • Replies: 8
    • Total: 12
    Member since: July 5, 2020

    Hi, we’re struggling to make our header sticky in the white theme
    The URL is: http://bishbashbosch.com/

    The support ticket suggested some plugins which could make a section of a theme sticky, but I can’t figure out what the header needs to be called? Hi’ve tried the name as it appears in the Menu part of the theme, which is just “Header”

    Any assistance woudl be greatly appreciated

    Thanks
    Tamsin

    #163603
    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 {
        width: 100%;
        float: left;
        position: sticky;
        top: -200px;
        z-index: 99999;
    }

    Regards,
    Chris

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