Jump to content

[solved] Header in wrong place after upgrade


Recommended Posts

Hi I recently upgraded to the last prestashop and since then my header seems to be on the wrong place. The whole header area seems to have gone missing and now it overlaying the rest. I adjusted my logo but that doesn't do anything.

Anyone who knows how to fix this?

 

much appreciated my webshop is: http://www.theproudo...ashop/index.php

 

thanks

Link to comment
Share on other sites

HI Vekia, it seems my header.tpl fil is alright.. can you see anything wrong? sorry not too good with the html code myself. Many thanks! my url: http://www.theproudotter.com/prestashop/index.php

 

<!-- Header -->

<div id="header" class="grid_9 alpha omega">

<a id="header_logo" href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}">

<img class="logo" src="{$logo_url}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}" {/if} />

</a>

<div id="header_right" class="grid_9 omega">

{$HOOK_TOP}

</div>

</div>

 

<div id="columns" class="grid_9 alpha omega clearfix">

<!-- Left -->

<div id="left_column" class="column grid_2 alpha">

{$HOOK_LEFT_COLUMN}

</div>

Link to comment
Share on other sites

×
×
  • Create New...