Hello, I tried editing my page width,
#content {
background-color: #fff;
box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
-moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
-webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
float: left;
margin: 2px 0;
padding: 20px;
width: 450px; -------here to something wider-----
but nothings happening. There is a lot of white space, margin room on the sides. The size of the sidebar works fine but I'd like to widen the page content area.