Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

[*] HTML: Give header block more width #106

Merged
merged 1 commit into from
Jan 24, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion themes/community-theme-16/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@

<div id="header-blocks" class="container">
<div class="row">
<div id="shop-logo" class="col-sm-3">
<div id="shop-logo" class="col-sm-4">
<a href="{if isset($force_ssl) && $force_ssl}{$base_dir_ssl}{else}{$base_dir}{/if}" title="{$shop_name|escape:'html':'UTF-8'}">
<img class="img-responsive center-block" src="{$logo_url}" alt="{$shop_name|escape:'html':'UTF-8'}"{if isset($logo_image_width) && $logo_image_width} width="{$logo_image_width}"{/if}{if isset($logo_image_height) && $logo_image_height} height="{$logo_image_height}"{/if}/>
</a>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id="search_block_top" class="col-sm-5 col-md-6">
<div id="search_block_top" class="col-sm-4 col-md-5">
<form id="searchbox" method="get" action="{$link->getPageLink('search', null, null, null, false, null, true)|escape:'html':'UTF-8'}" >
<input type="hidden" name="controller" value="search" />
<input type="hidden" name="orderby" value="position" />
Expand Down