Forums

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

Home Forums CSS Why is it acting as if there is a max-width!? Reply To: Why is it acting as if there is a max-width!?

#188672
shaneisme
Participant

@Atelierbram has a better (possibly) solution, however to answer your question that involves how the browser is rendering your transform.

Go into devtools and uncheck the transform property of .pa1 and you’ll see it crammed up against the left. The browser is taking some liberties with how wide it is because it’s out of the flow and has no width by you declared. If you declared a width, the browser would stop guessing :)