Need To Shorten Width of Dropdown for Categories
-
I got this code from wordpress site:
<li id=”categories”><?php _e(‘Categories:’); ?>-
<form action=”<?php echo $PHP_SELF ?>” method=”get”>
<?php dropdown_cats(); ?>
<input type=”submit” name=”submit” value=”view” />
</form>
It works great – gives me all my categories in a dropdown. BUT the drop down is HUGE and I want to limit it to 140 wide. How do I do that?
Thanks
VeraOR
if you know a plug in that will make a small drop down instead of my HUGE list of categories – I would appreciate it.
https://imnotobsessed.com -
<form action=”<?php echo $PHP_SELF ?>” method=”get”>
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Need To Shorten Width of Dropdown for Categories’ is closed to new replies.