diff --git a/tpl/header.tpl b/tpl/header.tpl
index d82764542da2e42db886943e70d0c0d12931757f..eeaf28704889e706699ccf11cbb26d61273d3465 100644
--- a/tpl/header.tpl
+++ b/tpl/header.tpl
@@ -19,7 +19,7 @@
                 <img src="{$TITLE_IMAGE|resource}" alt="{$APPLICATION_NAME|html}" class="img-responsive"/>
             </a>
         </h1>
-        {if !empty($title)}<h2 class="lead"><i>{$title|html}</i></h2>{/if}
+        {if !empty($title)}<h2 class="lead col-xs-12"><i>{$title|html}</i></h2>{/if}
         <hr class="trait" role="presentation" />
     </header>
     <main role="main">
\ No newline at end of file