Can't fit entries in 800 x 600

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
Trench
Regular
Posts: 85
Joined: Fri Nov 05, 2004 11:38 am

Can't fit entries in 800 x 600

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Can't fit entries in 800 x 600

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Trench
Regular
Posts: 85
Joined: Fri Nov 05, 2004 11:38 am

Post by Trench »

Perfect. Thanks.
Post Reply