I\'ve a sequence of elements and the last one has css \"float:left\".
I would like to display it at the same height of the first element and not on the bottom of th
you have a small error, make it:
.field-field-artists { width:400px; float:right; clear:right; margin-top: -200px; }