I have a raster of article elements, each is representing an event. Via a checkbox hack additional content for each event is expanded and shown on mouse click. The problem is:
Would it somehow be possible that only the articles in the same column right underneath the expanded article get pushed down and not the articles in the other columns too (like event 4, the red one)?
The example (using sass, compass and singularity) is saved as a gist https://gist.github.com/rpkoller/678e30212e9da8b41619 and on sassmeister it is http://sassmeister.com/gist/678e30212e9da8b41619 (the sassmeister example also suffers a little clearfix issue aside which isn't happening locally with the same code)
At the moment i am out of ideas how to solve that issue. Each hint is appreciated. Best regards Ralf