Hi,
Am am trying to change the width of my blog posts. I would like to make the width of the posts 600px wide.
I have tried adding this to the quick css in the theme and it doesn’t seem to be working
.content {
width: 600px;
}
.sidebar {
width: 270px;
}