[email protected] Posted May 28, 2013 Share Posted May 28, 2013 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 More sharing options...
vekia Posted May 28, 2013 Share Posted May 28, 2013 read this thread: http://www.prestasho...ost__p__1218383 there is exactly the same issue as yours let us know if you managed to solve it or if you've got troubles Link to comment Share on other sites More sharing options...
[email protected] Posted May 28, 2013 Author Share Posted May 28, 2013 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 More sharing options...
vekia Posted May 28, 2013 Share Posted May 28, 2013 to the #header_right add margin-top: param; #header_right { position: relative; float: right; margin-top: 100px; } global.css file Link to comment Share on other sites More sharing options...
[email protected] Posted May 28, 2013 Author Share Posted May 28, 2013 Hi Thanks, I did this but now it just moved the top menu bar to the right and really the header should go on top of the menu bar.. http://www.theproudotter.com/prestashop/index.php what do you think? Many thanks for all your quick advise ! Link to comment Share on other sites More sharing options...
vekia Posted May 28, 2013 Share Posted May 28, 2013 so just remove the float:right; param and don't forget about margin-top:100px; - you havent added it effect: http://i.imgur.com/VhmE7Hy.png Link to comment Share on other sites More sharing options...
[email protected] Posted May 30, 2013 Author Share Posted May 30, 2013 hi Vekia, thanks for all your help! I finally got it to work with your help and some extra input from a friend.. ! Cheers! Link to comment Share on other sites More sharing options...
vekia Posted May 30, 2013 Share Posted May 30, 2013 thanks for informations, i marked this thread as solved regards! Link to comment Share on other sites More sharing options...
Recommended Posts