I can’t seem to increase the blog post width for the WallPress there. Is there a way?
1 Answers
Hi,
To increase the blog post width for the WallPress theme, you can add the following code to the style.css file:
.page-template-layout-blog #content {
max-width: 850px;
}
Hope this helps !
Thanks for your response. Unfortunately I tried that and it still didn’t work: http://philk.cc/
If you want to change the single post, you can use the following code:
.single-post #content { max-width: 850px; }
Hope this helps !
Thanks! That works 🙂
Hi Dominic, Phil K: Good to know, but how do I find "style.css file"
Stupid question, but I am trying to figure my way through this still.
Thanks!
You can log in to Dashboard > Appearance > Editor > style.css file
Please login or Register to submit your answer