sickshot Posted September 19, 2013 Share Posted September 19, 2013 does anyone can give me a hint on how to resize center column only for home page? what im trying to do is to use home text editor in full website width and insert 3 images side by side. I have removed left column from header.tpl so everything is aligned from the left edge, but if you look at screen shot the border indicates the "limit" of home text editor, so I cant place 3 images side by side - the 3rd ones jumps off the line. i dont want to remove the right column for the inner pages... im using ps 1.5.5. default theme. Thanks for lookin' Link to comment Share on other sites More sharing options...
vekia Posted September 19, 2013 Share Posted September 19, 2013 i've noticed that you use non-default theme so it's hard to say what you have to change. by default, you can do it in header.tpl file with if condition: {if $page_name=="index"}grid_9{else}grid_5{/if} Link to comment Share on other sites More sharing options...
sickshot Posted September 19, 2013 Author Share Posted September 19, 2013 no, its default theme its just have some modifications in header.tpl as i mentined abow and global.css where I have added just some margin form header nothing else Link to comment Share on other sites More sharing options...
sickshot Posted September 19, 2013 Author Share Posted September 19, 2013 (edited) just from this tutorial... I think its yours http://mypresta.eu/en/art/basic-tutorials/how-to-remove-left-column-in-prestashop.html and can you give me a hint where to paste your code? thats my header changes <!-- 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>*} <!-- Center --> <div id="center_column" class=" grid_7"> {/if} Edited September 19, 2013 by sickshot (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now