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
resize sidebar
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: resize sidebar
Yes, the size is set via CSS in your theme. What's your URL?
Regards,
Garvin
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/
# 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/
You could try forcing a width for the element serendipityRightSideBar in wp-layout.css, something like:
hth
Code: Select all
#serendipityRightSideBar {
width: 140px;
}