I love this! Perfect!!
Can anyone explain how to apply the CSS to the drop down box? I can’t seem to make it work. It is as wide as the widest item in the list, but when you choose that item, a few of the letters are cut off. Here is what I did:
1. Created a “Page” in WP containing ONLY the tag <!–linksdropdown–>
2. Edited the plugin itself, to include a class:
$output .= '<form id="linkcatselect" class="dropdown" method="post"><select name="linkcat">';
3. Added the following to the stylesheet:
.dropdown { width:175px; }
But I get no change in the width of the dropdown. What stupid thing am I doing wrong? BTW I also tried making the width 375px and still no change.
Here is the links page. You can see that if you select “Midwifery and Childbirth Links” it gets truncated.
https://www.ancientartmidwifery.com/appiesnet/wordpress/?page_id=30
Any help would be greatly appreciated.
kalico