Normally, the content in each blog post or page is put into 450px. I want to make this a bit larger. To do this, I changed the style.css from:
.entry-content {
float: right;
position: relative;
width: 450px;
to
.entry-content {
float: right;
position: relative;
width: 610px;
Is this the right place to make the column larger?














