Jump to content

how to reduce header width


Recommended Posts

Hi,

 

please check my website first:

http://www.polkastyle.co.uk/

 

I've added background-image to body and then set up background (pink color) for columns.

 

What I would like to achieve is that my background-image is going all the way up to the 'call us now' bar (not stopping on horizontal menu height)

 

please help and keep in mind that I don't know much about programming so please try to keep things simply ;)

 

thank you

Link to comment
Share on other sites

"Simple add this class header-content where you see container class in the second div"

 

like that ?? :

 

<div>

<div class="container">
<div class="header-content">
<div class="row">
<div id="header_logo">
<a href="{if $force_ssl}{$base_dir_ssl}{else}{$base_dir}{/if}" title="{$shop_name|escape:'html':'UTF-8'}">
<img class="logo img-responsive" 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>
</div>
{if isset($HOOK_TOP)}{$HOOK_TOP}{/if}
</div>
</div>
</div>
Link to comment
Share on other sites

It does work my friend !!!

thank you very much !

I just had a wrong idea of clearing a cache  :rolleyes:

 

if you just could help me with one more thing. please have a look on my side and tell me why my home page tab is sticking out to the left  :wacko:

Edited by kris_hm (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...