Negative positioning

I noticed that when using negative positioning, i.e. left, right, top, bottom that negative values cap at -250px while positive values do not. Any reason why?

Of course getting around this is easy, just use the opposite, positive value. i.e. left: -330px = right: 330px when absolutely positioned with margins left/right set to auto.

Hey Phil, there was no good reason why - now fixed! Sorry about that.

1 Like

Thx @callmevlad that was so quick!