Home › Forums › CSS › standardizing space between items › Reply To: standardizing space between items
January 11, 2016 at 8:24 am
#236602
Member
Yeah…erm, you really can’t do that with the layout method you have because that’s not the way floats work.
If the text is taller than the image it pushes the next image further down…etc etc.
Plus the images alternate left/right…so there is no consistency.
If all the paragraphs/image sets were the same height you might be able to do something but that’s an unreasonable idea because the amount of text would always be variable.