Am I the only one having a layout problem with Chrome? It was fine until yesterday and suddenly all my pages are messed up with items showing up staggered. All my pages are fixed width, and I didn’t change anything.
Turns out I had too many layers of “fixed widths” so whenever I would have a fixed width on an element inside of a group that was also at fixed width or “max 100% width”, it created display issues.
When I removed the fixed width on the elements and only kept the group fixed, it solved the Chrome issues.