PDA

View Full Version : template Ra: Comment


neoloop
04-24-2008, 08:11 PM
Hello all.
I have a basic template Template: Ra

comment in writing, I have a white square in the comments.
can you tell me how to remove it?

thank you in advance

http://Www.mb-images.net

Scarabaeus
04-25-2008, 09:17 PM
I see the white box on your site. I've had a look at your .css file and the things you've changed. Try editing...

li {
background-color:#FFFFFF;
display:block;
list-style-type:none;
padding:0px;
width:130px;
}

to

li {
display:block;
list-style-type:none;
padding:0px;
width:130px;
}

You also may want to change the width to something larger becuase you comments seem very squashed up.

Hope that help.

neoloop
04-26-2008, 01:25 PM
thank you very much, it works great.