将Bootstrap内容对齐缩略图中的图像右侧

我无法在引导缩略图中将我的标题与我的图像右侧对齐

我的HTML

Available on 

: 'remind' %>

所以目前我的图像位于左侧,标题位于图像下方。是否有一种简单的方法用css将标题设置为div,使其位于图像的右侧

您可以将图像和标题浮动在缩略图div中

  
<%= link_to film[1], film[0] %> : <%= link_to "remind me", "#", :class => 'remind' %>