Phil K
asked 9 years ago

I can’t seem to increase the blog post width for the WallPress there. Is there a way?

1 Answers
DominicStaff
answered 9 years ago

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 !

philk
replied 9 years ago

Thanks for your response. Unfortunately I tried that and it still didn’t work: http://philk.cc/

dominic Staff
replied 9 years ago

If you want to change the single post, you can use the following code:
.single-post #content { max-width: 850px; }
Hope this helps !

philk
replied 9 years ago

Thanks! That works 🙂

flipland
replied 9 years ago

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!

dominic Staff
replied 9 years ago

You can log in to Dashboard > Appearance > Editor > style.css file

Powered by DW Question & Answer Pro