Does anyone know how to align the images vertically with the text on the "Board of Advisors" tab on THIS PAGE?
Here is the shortened HTML code:
<div class="four columns alpha"><img class="ImageBorder" src="LINK" alt="" /></div>
<div class="twelve columns omega">
<p class="padding">TEXT</p>
</div>
</div>
I have tried some solutions from THIS LINK, but the text/image alignment is still off. Does anyone have a good solution for this using a grid system?
Thank you!