Cameron West
asked 10 years ago

As the title says for some reason when I go to the blog category on my site the post container has no background color. http://bluetoadscomics.com/blog/. Why is this and how can I change it? What exactly is the CSS for this and where can I insert it so that it will actually change the post box? I have tried for hours trying to change the background color but nothing has worked.Please help me.

1 Answers
DominicStaff
answered 10 years ago

To resolve this issue, you can add the following code to the style.css file:
.post-inner {background: #fff;}
Hope this helps !

cameron west
replied 10 years ago

Thank you it worked! Now I have just one more problem I really hope can be resolved. All of my post are aligned to the left like this: http://bluetoadscomics.com/hello-world/
I would really like it if they could instead be aligned in the center. Please tell me this is possible.

dominic Staff
replied 10 years ago

You can add the following code to the style.css file:
#content { max-width: 940px;}
Regards,

Powered by DW Question & Answer Pro