I have this layout issue – I don’t want the date paragraph stick to the space under the image, but under the abstract paragraph instead. The space under the image paragraph should be kept clear – nothing goes under it.
I tried to use clear:left on the image paragraph but it won’t work.
Any ideas?
You could set the
margin-left. Here is a working sample: sampleAlso, you have
div#sidein the class definition for the date paragraph that will keep jsfiddle from recognizing the styles.Edit: Sorry, posted the wrong link.