Sorry if this is a noob question, but I'm unable to figure this out. I've removed the sidebar from one of my pages ('contact') in my functions.php.
I already adjusted the #container and #content to 450 and 500 pixels in my child theme, but now I just want the 'contact' page to be 800 px wide. I tried using body.slug-contact #container {width:800px;} and body.contact #container (width:800px;} but the thing doesn't grow an inch!
How do I do this?
Thanks!
Sabra