hi kaly,
I can’t reach your site so can’t take a look at it. But for the comments popup, you might take a look at http://codex.ww.wp.xz.cn/Template_Tags/comments_popup_script
Thread Starter
kaly
(@kaly)
Thanks for trying, dissurion, my host was down at the time… not that I’m ok with it, but what can I do? It’s up now, I just checked.
Any suggestions for the problem I mentioned above?
In the comments view there is this blue background which you can find in your stylesheet here:
#header {
padding: 0;
margin: 0 auto;
height: 0;
width: 100%;
background-color: #73a0c5;
}
(for some reason there’s also another declaration of the color in #header first)
So I’m not surprised this comes up in the comments. I am surprised it doesn’t come up in the main page.
What you can try is to delete the background-color of the #header (that means twice) and see if it has the desired effect.
Thread Starter
kaly
(@kaly)
When I read your reply I thought “man, can I be as stupid as checking all the colors in the CSS but this one????” And yes, I was that stupid. I deleted that, but the evil blue thing is still up there… thanks a lot for checking again!
EDIT: It did get rid of the evil blue thing. Now the upper part of my header is not showing up (as it is on the normal index). I’m trying to fix that.
The background-color that I had to delete to get rid of it was the second one, not the first one. THANKS!!!! /EDIT
“but the evil blue thing is still up there”
At least I don’t see it anymore!?
Thread Starter
kaly
(@kaly)
You probably answered at the same time I was editing, LOL.
The evil blue thing is gone, you’re right, your answer did the trick. Now I need to figure out why my blog header is not showing up…
As I see it now, you have a background image in your header (the rounded top of the background), but it repeats horizontally because the header is wider than the main body. Either resize your header, or don’t repeat the background image and position it.