resize sidebar

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
McAndy
Posts: 2
Joined: Thu Nov 03, 2005 9:40 am

resize sidebar

Post by McAndy »

Hi everybody,

I want to resize the right sidebar, because it is too small for the linklist plugin. I use the WP theme. Is this done in the style sheet?

Thanks in advance

McAndy
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: resize sidebar

Post by garvinhicking »

Yes, the size is set via CSS in your theme. What's your URL?

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/
McAndy
Posts: 2
Joined: Thu Nov 03, 2005 9:40 am

resize sidebar

Post by McAndy »

Hi Garvin,

It's at www.grootens.com/weblog

Cheers
McAndy
rich
Regular
Posts: 10
Joined: Thu Nov 03, 2005 11:27 pm

Post by rich »

You could try forcing a width for the element serendipityRightSideBar in wp-layout.css, something like:

Code: Select all

#serendipityRightSideBar {
 width: 140px;
}
hth
Post Reply