Hi folks,
I'm trying to use the category widget in WP2.5.1 in a drop-down context, and it does work fine except that it's too wide for my theme, so I was wondering where do I go to change the display width of the drop down box in order to get it to fit into my sidebar?
Folks,
Any thoughts? I've searched for solutions to this but so far - nada :(
All I'm trying to do is get the widget to fit into my sidebar by reducing the width of the drop down box, but I don't know where to do this.
we cant SEE the problem so its hard to help. put the dropdown list on your site and give us a link. all that type of stuff is controlled by your theme, and every theme is different.
I'm testing the new theme/layout at the following location:-
http://www.rdconcepts.com/av5
If you look at the sidebar you will note it's split into 3 sections, and in one of those I currently have a sidebar category dropdown widget activated, but it's too wide for the theme sidebar area.
All help greatly appreciated. Thanks.
ok add this to your style sheet
select.postform#cat {
width: 150px;
}
that otta do it!
Excellent - it worked a treat.
Thanks a million!