zee28 Posted August 1, 2013 Share Posted August 1, 2013 hi guys.. i have been working on my website for some time and i finally finished the homepage to my satisfaction. I wish to move onto editing the products pages. have u guys got any suggestions. First i want to remove the left and right column as i have done in the homepage to make it all one. Please help! ZEE.. my website is : www.gadgetpit.co.uk if u wish to look at it. Link to comment Share on other sites More sharing options...
PascalVG Posted August 1, 2013 Share Posted August 1, 2013 Try this (Make backups of files you edit, just in case!): Edit file: /themes/<your theme folder>/header.tpl find this piece of code: <!-- Left --> <div id="left_column" class="column grid_2 alpha"> {$HOOK_LEFT_COLUMN} </div> and put it between comment brackets: {* piece-of-code *} and save file Then edit file: /themes/<your theme folder>/footer.tpl and find this piece of code: <!-- Right --> <div id="right_column" class="column grid_2 omega"> {$HOOK_RIGHT_COLUMN} </div> and also put this between comment brackets: {* piece-of-code *} and save file N.B. If you want to delete if from only a few pages, you can use this code instead of out-commenting it: Example: to delete if from only the front page: {if $page_name != 'index'} piece-of-code {/if} Hope this helps, pascal 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