Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #447799

    Hello,

    I am trying to figure out a way to add the enfold sticky header class to a custom header I built. Any help would be greatly appreciated

    #448518

    Hey hostadmin!

    That’s going to take a lot of time and code to implement and would have to be considered custom work. If it was me I would just style our default header. It looks very similar to what your currently doing anyway. It would be a lot easier than trying to code in our header functionality to your own.

    Or if your just wanting your header to have a fixed position and scroll down the screen then you can do this.

    .header { position: fixed !important; }
    

    But it’s going to take some more CSS than that to get it like your wanting.

    Best regards,
    Elliott

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