Hi!
I would like to be able to make the content of my blog category page and the individual post , occupy more room (not fullwidth ) than now:
Blog page: http://www.estassinos.com/topics/flight-simulation/
Post page: http://www.estassinos.com/flight-simulator-settings/
Thank you!
I ended up using this snippet that i found in another post. I hope its ok for all cases
#top .fullsize .template-blog .post .entry-content-wrapper > *,
#top .fullsize .template-blog .post .entry-content-wrapper {
max-width: 100%;
}