I want to differentiate .content in right-sidebar and left-sidebar so I can apply different .css. How?

Comments

nevets’s picture

Generally each region has an outer div with a unique id, something like <div id="left-sidebar">...</div>. You can then use that id to apply different styling to .content like this

#left-sidebar .content {
  ... your css rules go here
}
Anonymous’s picture

Get yourself Firebug (http://www.getfirebug.com). It will help you to identify all the div id's and classes used.

-----------------------------------------
Joep
CompuBase, Drupal websites and design