Y'all:
I'm trying to experiment with a site that would have the main (front) page left justified, while the rest of the site's pages would be "normal," or rather centered in the browser window. I've been poking around here trying to figure out how to do this, and I think it's going to be something like this:
body.page-id-xx {margin-left: 0px;}
Or maybe:
body.page-id-xx div#wrapper {margin-left: 0px;}
Or something... I've tried both of these, and they don't work, so I must have something wrong in the CSS selector. Does anyone know how to do this?
Thanks!
:-)
Russ