Hello,
I'm trying to do some modifications for a theme I've personally made. I have a separate sidebar for pages. In order to create a navigation of sorts in the sidebar, i'm using the wp_dropdown_pages function. However, I cannot seem to find the file to edit which would allow me to modify the size of the dropdown. Ideally, I'd like it to fill up most of the 250px div, rather than just a small portion.
Here's a screencap of what it's currently doing:
http://i801.photobucket.com/albums/yy294/for-gallifrey/Screenshot2010-07-15at22804PM.png?t=1279161353
I've tried searching through various wp_include files including default-widget.php, functions.php and general-template.php. Nothing in the actual theme's files, nor my CSS, is causing the size formatting.
Any idea which wordpress file I should be editing in order to modify this?