diff --git a/tpl/header.tpl b/tpl/header.tpl index 9523901715ed35d6d4bcfd6ccc97d193955c0406..07758af81e5cecf5c6a1f2fd9c3b57bb632c8554 100644 --- a/tpl/header.tpl +++ b/tpl/header.tpl @@ -1,4 +1,4 @@ - <header role="banner"> + <header role="banner" class="clearfix"> {if count($langs)>1} <form method="post" action="" class="hidden-print"> <div class="input-group input-group-sm pull-right col-xs-12 col-sm-2"> @@ -14,12 +14,12 @@ </form> {/if} - <h1> + <h1 class="row col-xs-12 col-sm-10"> <a href="{$SERVER_URL|html}" title="{__('Generic', 'Home')} - {$APPLICATION_NAME|html}" > <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} - <hr class="trait" role="presentation" /> + {if !empty($title)}<h2 class="lead col-xs-12"><i>{$title|html}</i></h2>{/if} + <hr class="trait col-xs-12" role="presentation" /> </header> <main role="main">