I've searched everywhere for a solution to this issue without any luck. What I am trying to achieve is quite simple - I want the div to be fixed at the very top of the page and centered horizontally. However, when I applied position:fixed
along with top:0px
and left:0px
, it messed up the positioning. Can anyone provide some guidance on how to resolve this problem?