Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Inconsistent positioning of rotated div-tag Re: Inconsistent positioning of rotated div-tag

#108874
wolfcry911
Participant

firstly, you’re using the same id more than once – change them all to a class instead.
The dates are different lengths. The rotate transform’s origin is in the center by default, so each has a slightly different horizontal center. You can control the origin with transform-origin. I’d try 0 100% and then use a margin to place closer to the page.