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.
To resolve this issue, you can add the following code to the style.css file:
.post-inner {background: #fff;}
Hope this helps !
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.
You can add the following code to the style.css file:
#content { max-width: 940px;}
Regards,
Please login or Register to submit your answer