i basically have an text in between and two images around it one on right and the other on left but when ever i try to align it either one of the images gets to the next line whereas i want them on the same line here the code
<div style="background-color:#ddb56c;clear: both; " class="container">
<div class="col-lg-3 col-xs-3 col-sm-3 col-md-3">
</div>
<div class="col-lg-6 col-xs-6 col-sm-6 col-md-6" >
<div class="clearfix">
<img class="img-responsive pull-left" src="images/Homepage_03.png" style="max-width: 100%;"/>
<h1>Maroon Decor</h1>
<img class="img-responsive pull-right" src="images/Homepage_05.png" style="max-width: 100%;" />
</div>
</div>
</div>