Page 1 of 1

resize sidebar

Posted: Thu Nov 03, 2005 9:45 am
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

Re: resize sidebar

Posted: Thu Nov 03, 2005 9:46 am
by garvinhicking
Yes, the size is set via CSS in your theme. What's your URL?

Regards,
Garvin

resize sidebar

Posted: Fri Nov 04, 2005 3:16 pm
by McAndy
Hi Garvin,

It's at www.grootens.com/weblog

Cheers
McAndy

Posted: Fri Nov 04, 2005 3:32 pm
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