Hi,
In a single post wihtout sidebar the content goes centered on 600px. Is it possible to have it aligned left and use the full page (ie. 1030px)?
Hey!
Yes, insert following code into the quick css field
#top .fullsize .template-blog .post .entry-content, #top .fullsize .template-blog .post .entry-content>* {
text-align: left;
max-width: 100%;
}
Best regards,
Peter