Bug #20063
closedpositioning of images in columns is not correct
0%
Description
I set up a content element "Images" and put in 7 pictures. Image height is set to 180, layout is center and number of columns is set to 3.
The first row has 3 pictures with a width of 194 (shrinked for max width of outer div?). Next row has 4 pictures in it. The penultimate two picture has class "csc-textpic-lasttcol" and the last one "csc-textpic-firstcol". This seems correct. But there is no liebreak between the two, althought there should be one.
Demo: www.nmedien.de/demosites/shop2.8/index.php?id=27
In case the "Livedemo" is deleted i have uploaded an jpg of the situation.
(issue imported from #M10505)
Files
Updated by Susanne Moog over 15 years ago
You can fix that for your own page with a simple "clear:both" in your css for ".csc-textpic-firstcol".
This clear:both; seems to be missing in css_styled_content, I'll make a patch.
Updated by Francois Suter over 15 years ago
Resolved after follow-up patch for regression introduced by #10083
Updated by Francois Suter over 15 years ago
Resolved after follow-up patch for regression introduced by #10083