Thank you for your review – we will consider to add few more options for display in the next version of the theme 🙂
HI, love the theme.
Is there a way to increase the size of the content aria of a page or post?
Thank you.
Basically make the content of a page as wide as the featured image… so the text , galleries, inserted images, etc… is all the same width, I like the wider look..
Thanks
M
@mismyl1 – currently you can change the width property for the #primary selector under the style.css file. In the next version we will add an option to control the page width.
Thank you for the response. I am not seeing the width property in the style.css. What section should i be looking in. 1-12. I see that width is set to 100% but I don’t see pixel call out.
Thanks for your help.
M
style.css – around line 444. there is the following code:
#primary {
background: #fff;
-webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .07);
-moz-box-shadow: 0 0 13px rgba(0, 0, 0, .07);
-ms-box-shadow: 0 0 13px rgba(0, 0, 0, .07);
box-shadow: 0 0 13px rgba(0, 0, 0, .07);
margin: 0 auto;
padding: 0 0 30px 0;
width: 700px;
}