My webpage has a parent div with multiple child divs in one row. These child divs are generated dynamically, so I don't know how many will be displayed at once. The parent div has a fixed width and a horizontal scrollbar appears when all child divs are not visible, which is functioning properly. However, when there is content inside the child divs, they are not aligned with each other. I'm unsure where the issue lies.
You can view an example on jsFiddle here.
I attempted to use position:absolute
on the inner content of the child div, but it did not resolve the problem.