manch84 Posted May 23, 2013 Share Posted May 23, 2013 Hello to all, I have been using the default prestashop theme and what I want to do is to move both left and right columns right on top. In the middle would be the header. Any suggestions? Thank you in advanced! Link to comment Share on other sites More sharing options...
vekia Posted May 23, 2013 Share Posted May 23, 2013 you want something like: what prestashop version you use? Link to comment Share on other sites More sharing options...
manch84 Posted May 23, 2013 Author Share Posted May 23, 2013 yes! this isi right!!! i use tha latest version 1.5.4.1 Link to comment Share on other sites More sharing options...
vekia Posted May 23, 2013 Share Posted May 23, 2013 in the header.tpl file located in your theme directory you've got: <!-- 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> move it to the: <div id="center_column" class=" grid_5"> (just paste it right after this) and don't forget to change grid_9 to grid_5 in the classess for #header div and child (sub div) 1 Link to comment Share on other sites More sharing options...
manch84 Posted May 23, 2013 Author Share Posted May 23, 2013 You are genius. Thank you so much Link to comment Share on other sites More sharing options...
vekia Posted May 23, 2013 Share Posted May 23, 2013 you probably have to change grid_9 to grid_5 also in modules attached to the top hook. Link to comment Share on other sites More sharing options...
Recommended Posts