Page 1 of 1

Can't fit entries in 800 x 600

Posted: Sun Aug 07, 2005 6:15 am
by Trench
Could someone help me please. I'm trying to fit my entries into 800x600 resolution. I can fit everything except the individual entries. My site is at http://www.newsofdoom.com and my style sheet is at http://www.newsofdoom.com/templates/mt-rusty/style.css

Re: Can't fit entries in 800 x 600

Posted: Sun Aug 07, 2005 2:26 pm
by garvinhicking
You can try and play with those:

Code: Select all

.serendipityCommentForm {
 width: 300px;
}
.serendipityCommentForm textarea {
 width: 200px;
}
It's the comment form that makes your individual entries a bit too large...

Regards,
Garvin

Posted: Sun Aug 07, 2005 7:34 pm
by Trench
Perfect. Thanks.