Home › Forums › CSS › Inconsistent positioning of rotated div-tag › Re: Inconsistent positioning of rotated div-tag
September 1, 2012 at 7:10 pm
#108874
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.