diff --git a/themes/bootstrap3/templates/Recommend/AuthorInfo.phtml b/themes/bootstrap3/templates/Recommend/AuthorInfo.phtml
index c8f821d030412618cb9cd1009524943a11f7ec51..73b30aa03063952e7e026ce4523f05e4ef26560c 100644
--- a/themes/bootstrap3/templates/Recommend/AuthorInfo.phtml
+++ b/themes/bootstrap3/templates/Recommend/AuthorInfo.phtml
@@ -1,6 +1,6 @@
 <? $this->info = $this->recommend->getAuthorInfo() ?>
 <? if (!(empty($this->info['description']) || empty($this->info))): ?>
-<div class="well">
+<div class="well clearfix">
   <p class="lead"><?=$this->info['name'] ?></p>
 
   <? if (isset($this->info['image'])): ?>