Home › Forums › CSS › How to close a gap › Reply To: How to close a gap
June 30, 2016 at 2:02 am
#243264
Member
No, it’s not.
That’s the way relative positioning works. The page remembers where it was and allocates that space as though the element was still there.
I’d use (negative) margin.
I made a demo explaining the differences a while ago.