Hello everyone, I’m currently working on building the landing page. Right now i’m really loving the design and my time building it ( here is my current page https://codepen.io/oh_gee_san/full/oNBNdav ). My problem is that when i scroll down, my h1 and p do not go under my header but instead goes over it. I’m not quite sure how to solve this problem.
Try getting rid of the absolute positioning and the transform/translate properties on those. You probably don’t need to be using absolute positioning on them in the first place. But if you insist, then you can use the z-index property on the header to make it cover them.
Thank you, it did help. Very much appreciated.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.