Hello!
I am having some trouble getting the CSS right so that I can specify different width for the content area for different pages.
For example on my blog page I want the content to be full width but on the Contact and Giving back Pages I want %60 width to make room for side bars
I used this but it doesnt seem to be working
#content-sm.blog {
width: 100%;
}
#content-sm.page-id-98 {
width: %60
}
I am using the Photocrati theme
http://khanyaphotography.com/contact/
thank you in advance for any assistance