VIXUS Posted June 2, 2009 Posted June 2, 2009 Is it possible to set shop to look so that home page has standard look (left column, central column and right column).And all other pages have only left column and central column?Please, see pictures! Share this post Link to post Share on other sites More sharing options...
rocky Posted June 2, 2009 Posted June 2, 2009 Yes, this is possible. In footer.tpl in your theme directory, change: <!-- Right --> {$HOOK_RIGHT_COLUMN} to: {if $page_name == 'index'} <!-- Right --> {$HOOK_RIGHT_COLUMN} {/if} then find the #center_column section of global.css in your theme directory, add the width of the right column to the width of the center column, then add a body#index #center_column section with the center column width excluding the right column. You may need to make other small adjustments, such as increase the width of the block header background graphic. Share this post Link to post Share on other sites More sharing options...
VIXUS Posted August 9, 2009 Posted August 9, 2009 I forget to say thanx! Share this post Link to post 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