Jump to content

[SOLVED] Center column


Recommended Posts

This is just example, in global.css you have something like this

#center_column {width:864px;padding:1em 2em 0 2em; float:left; border-left:1px solid #e1e1e1; border-right:1px solid #e1e1e1; background: white}


After that add this line to make center column red

body#index  div#center_column { background: red }


That way on index page color will be red and on others white.

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...