Have been able to do almost everything to get the theme where I like it, but I can’t seem to figure out how to restrict the width of blog posts. Right now they seem to just expand to whatever the width of the browser window is, in some cases over 1100px. I have a sidebar on the page so that helps some, but I want to ideally set a max of 800px so that paragraphs are…well, paragraphs, and not just one line of text.
Happy to know that you like our theme. There is no settings option to change the width of blog posts. However you can do that with custom CSS code.
To do that login to your dashboard and go to Appearance-> Additional CSS
Then add this code and save change.
I was able to add the css. But what this does is truncate everything to 800px, the header, footer, etc. They just stop now.
I changed the 800 to about 1300, so people on smaller screens won’t be affected, but I’m just trying to change the body text to be 800px total, not everything. Any chance that’s doable?