I am puzzled by the fact that some of the thumbnails are displaying differently even though they have the same CSS...
h4 { line-height:100%; color: #be2d30; letter-spacing: 1px; text-transform: uppercase; font-family: 'Gnuolane'; font-size:26px; line-height:10%; } div.container { } div.left { width: 45%; float: left; } div.right { width: 54%; float: right; }#thumb { display:inline; vertical-align:bottom; float:right; height:30px; width:30px; }
html:
<div class="container">
<div class="right">
<img id="thumb"src="http://www.lubika.co.il/wp-content/uploads/icons-6-150x150.jpg" >
<h4>Body Painting Art Workshop with Rotem Lutz - International Makeup Artist</h4>
March 6 @ 10:00-13:00
<img id="thumb" alt="" src="http://www.lubika.co.il/wp-content/uploads/icons-10.jpg" />
<h4>Face Painting Agency Meeting for Purim</h4>
March 9 @ 10:00-13:00
</div>
<div class="left"><img id="thumb" alt="" src="http://www.lubika.co.il/wp-content/uploads/icons-9.jpg" />
<h4>Natural Bride Makeup Agency Training</h4>
March 23 @ 10:00-13:00
<br><br>
<img id="thumb" alt="" src="http://www.lubika.co.il/wp-content/uploads/icons-8.jpg" />
<h4>Free Makeup Practice Session</h4>
March 30 @ 16:00-20:00
</div>
</div>