Pinning/freezing a strip to the top of the screen

My site is quite large. Some pages have different needs and designs to the main pages and I wanted different header designs for some pages, therefore I disabled the header and footer on them as Wix doesn’t let you have different headers and footers at the moment.

Instead of the normal Wix headers, I put strips as you would with any header. However, I need to achieve the same functionality as a header in that I need to be able to make the strip stick/freeze to the top of the screen so that it is there even if you scroll down. I know that you can pin elements to the screen, but you cannot pin strips as far as I’m aware, and pinning something else such as a box which cannot stretch to full width wouldn’t scale well on different screen sizes, wouldn’t be exactly at the top, and it may look tacky.

I’ve been looking for a solution for ages but can’t seem to find one, help is much appreciated! Hopefully there is a code solution out there for making an element (strip in this case) stick/freeze to the top of these particular pages. Thanks

With EditorX it’s easy-peasy (you can stretch every element, and fix any element without code).
But with the classic editor you will have to create it using Custom Element (html and CSS). set it to position: fixed; top:0px;

I highly recommend to go for the EditorX option for anyone who need responsive or full-width design.

Okay, thank you