Jump to content

[SOLVED] [SUPERB ANSWER!] How can i make the RightColumn appears only on homepage and not on subpages?


Recommended Posts

Not sure but i am guessing what you trying to do.
All css is in global.css there you can add for example

body#index div#center_column{width:600px}


That way only on homepage width will be 600px and for rest it will be

body {width:800px}

Link to comment
Share on other sites

In theme directory there are tpl files like product.tpl, category.tpl where you can add additional div but I think that is not good way.You need to edit a lot of files.

Like in previous post you can control some pages style (width)by changing css like

body#index div#center_column
body#product div#center_column
body#category div#center_column
body#order div#center_column
body#new-products div#center_column

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...