Struggling to align these two pieces of content side by side. While I've had success displaying content like this in the past, I'm hitting a roadblock this time around. Any assistance would be greatly appreciated.
HTML
<div class="block-one">
<h3>Block 1</h3>
<ol>
<li><a href="#" title="">One</a></li>
</ol>
</div>
<div class="clear-div"></div>
<div class="block-two">
<div class="block-two-title">Block 2</div>
<div class="thumb-title">
<a href="#"><img src="images/example.jpg" width=155 height=130 /></a>
<h4>Title</h4>
<p>Description</p>
</div>
<div class="thumb-title">
<a href="#"><img src="images/example.jpg"width=155 height=130 /></a>
<h4>Title</h4>
<p>Description</p>
</div>
<div class="thumb-title">
<a href="#"><img src="images/example.jpg"width=155 height=130 /></a>
<h4>Title</h4>
<p>Description</p>
</div>
CSS
.popular-games { float:left }
.latest-screenshots img{ display:inline-block}
.thumb-title{display: inline-block}`