Viewing 1 replies (of 1 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @chrisborgman

    Add below css code into Appearance → Customize → Additional CSS:

    #top-header {
      position: fixed;
      left: 0px;
      top: 0px;
      width: 1840px;
      margin-left: 0px;
      padding: 0px;
      margin-top: 0px;
      z-index: 9999999999;
      background-color: #fff;
    }
    
    #site-header {
      position: fixed;
      left: 0px;
      top: 0px;
      width: 1840px;
      margin-left: 0px;
      padding: 0px;
      margin-top: 39px;
      z-index: 9999999999;
      background-color: #fff;
    }
    
    .aux-territory {
      padding-top: 140px;
    }

    Let me know if that does it.
    Thank you.

Viewing 1 replies (of 1 total)

The topic ‘Skicky Header not Working’ is closed to new replies.