Title: Word wrap pull down menu?
Last modified: June 8, 2022

---

# Word wrap pull down menu?

 *  Resolved [tkalfaoglu](https://wordpress.org/support/users/tkalfaoglu/)
 * (@tkalfaoglu)
 * [4 years ago](https://wordpress.org/support/topic/word-wrap-pull-down-menu/)
 * Hi – some of my pull down menu items are too long, and they exceed the width 
   reserved in the pull down menu — so they stretch beyond the box to the right.
   How can I get the pull down menu to either wrap these long items, OR, extend 
   the pull down boxes so the text fits?

Viewing 1 replies (of 1 total)

 *  Theme Author [FameThemes](https://wordpress.org/support/users/famethemes/)
 * (@famethemes)
 * [4 years ago](https://wordpress.org/support/topic/word-wrap-pull-down-menu/#post-15720311)
 * Hi,
 * Please add this custom CSS code in Customizer > Additional CSS to fix this issue
 *     ```
       body .onepress-menu ul {
           width: auto;
       }
       ```
   
 * Let me know how it goes.

Viewing 1 replies (of 1 total)

The topic ‘Word wrap pull down menu?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/onepress/2.3.18/screenshot.png)
 * OnePress
 * [Support Threads](https://wordpress.org/support/theme/onepress/)
 * [Active Topics](https://wordpress.org/support/theme/onepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/onepress/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/onepress/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [FameThemes](https://wordpress.org/support/users/famethemes/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/word-wrap-pull-down-menu/#post-15720311)
 * Status: resolved