Title: Richardson's Replies | WordPress.org

---

# Richardson

  [  ](https://wordpress.org/support/users/richardson/)

 *   [Profile](https://wordpress.org/support/users/richardson/)
 *   [Topics Started](https://wordpress.org/support/users/richardson/topics/)
 *   [Replies Created](https://wordpress.org/support/users/richardson/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/richardson/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/richardson/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/richardson/engagements/)
 *   [Favorites](https://wordpress.org/support/users/richardson/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Dropdown Fix?](https://wordpress.org/support/topic/dropdown-fix/)
 *  [Richardson](https://wordpress.org/support/users/richardson/)
 * (@richardson)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/dropdown-fix/#post-265821)
 * I am very interested in this as well. The site I’m working on, korealiberator.
   org, uses the drop down cats, but some of the cat names are long enough to cause
   the menu to extend off the page in FF/Mozilla, and causes the “Go” button to 
   wrap under the menu in IE.
 * After extensive searches, several refs to using ‘select’ but I have no idea where
   or how to implement that.
 * If I knew where/what to edit in any of the core files, I’d give it a shot (and
   be ready to ftp the backup asap).
 * What I want to do – set the width of the drop down cats menu. This is what I 
   have;
 * <h2>Categories</h2>
    <form action=”<?php echo $PHP_SELF ?>”method=”get”> <p style
   =”padding: 0px; margin: 0px;”> <?php dropdown_cats(); ?><input type=”submit” 
   name=”submit” value=”GO”/></form>
 * This works, just looks terrible.

Viewing 1 replies (of 1 total)