background and comment issue *SOLVED*

Nov 30, 2007 13:09

I searched through as many of the tags as I could, but since I really didn't know exactly what I was looking for it was difficult to know if it had already been posted.

My problems are this:

1. I can't get the background behind the content to be the same color as the content background in my side bar and behind my entries. I don't know why this is ( Read more... )

page:backgrounds, sidebar:backgrounds, comments:colors

Leave a comment

Comments 6

perboroper December 1 2007, 16:17:20 UTC
About your first problem.

If you have a time, please try this code. If it not change the background color as you want or you had already tried these, I'm so sorry.

#content {
background-color: #000033;
}
(or "background: #000033; " or "background-color: #000033 !important; ")

Reply

auraxoxo December 1 2007, 17:27:18 UTC
I hadn't tried them, but I did now and unfortunately none of them fixed the problem, but thanks for trying!

Reply


perboroper December 1 2007, 16:51:05 UTC
About your second problem.

If you have a time, please try this code. If it not change the background color as you want or you had already tried these, I'm so sorry.
(I'm not good at English, so forgive my copied sentence.)

#comments .comment-even, .comment-error {
background-color: #000033;
}

Reply

auraxoxo December 1 2007, 17:23:59 UTC
This one worked and fixed my comments, Thanks so much!

Reply


av8rmike December 1 2007, 21:06:20 UTC
Sorry, I was answering a bunch of other questions and missed yours! This should fix the padding between the header and content and fix the white background below the sidebar:
.layout-tw #content-inner {background-image: none; background-color: #000033;}
#content {padding-top: 0;}

Reply

auraxoxo December 1 2007, 21:08:23 UTC
Thanks so much! It fixed everything!

Reply


Leave a comment

Up