Hello!
I see this can be a confusing issue for many. For such a primary setting that affects the entire layout of the website (both blog posts and pages), it would seem this best managed within the system.
Under Theme Options > Layout & Design, I found setting the Site Width to 100% gets me back some real estate, but only while increasing the Site Max Width to 1300px.
Then, I added this to the Global CSS:
.entry-wrap { padding: 25px; }
My questions:
1.) Are there any drawbacks to this approach of increasing the Site Max Width to 1300px?
2.) Is there a way to achieve a wider display (without the massive default padding) in this manner without adding custom CSS?
Thank you,
William