Trying things in css, not getting results I hope for,
/* Singles */
.content-area {
width: 80%;
float: center;
}
.widget-area {
width: 360px;
margin-bottom: 60px;
float: right;
display: none;
}
I removed the sidebar instead, but the content is still squashed. Thought it would resize automatically.
Disabling all plugins tells me it’s the sidebar squashing the content, hmm.