Title: Menu Pulldown-Button in Text
Last modified: January 25, 2018

---

# Menu Pulldown-Button in Text

 *  [jolumusek](https://wordpress.org/support/users/jolumusek/)
 * (@jolumusek)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/menu-pulldown-button-in-text/)
 * The pulldown-button from a Menu-Text is in the text itself.
 * How can I fix this?
    Font smaller, Pulldown-button-space larger?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmenu-pulldown-button-in-text%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/menu-pulldown-button-in-text/#post-9904051)
 * Hi [@jolumusek](https://wordpress.org/support/users/jolumusek/)
 * Customize / Presentation / Menu
 * ‘Menu Primary Font Size’ can change font size
 * ‘Menu Primary Min Width’ can change menu width.
 * if you need to change sub menu width.
 * Customize / Additional CSS
 * Try this CSS
 *     ```
       header #access .children li, 
       header #access .sub-menu li, 
       header #access .children ul, 
       header #access .sub-menu ul, 
       header #access .children a, 
       header #access .sub-menu a {
           min-width: 20em;
       }
       ```
   
 * Thank you.
 *  Thread Starter [jolumusek](https://wordpress.org/support/users/jolumusek/)
 * (@jolumusek)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/menu-pulldown-button-in-text/#post-9910304)
 * Thanks, for reply. I again played around with the Primary Font Size and so on,
   but it’s still not perfect. Currently it’s default. No addidtional CSS.
 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/menu-pulldown-button-in-text/#post-9911889)
 * > it’s still not perfect
 * your mean
 * Organisatiouns
    Comité
 * to change
 * Organisatiouns Comité ?
 * Try Customize / Additional CSS
 *     ```
       #access .sub-menu a{
       	white-space:pre;
       }
       ```
   
 * Note.
 * Please set the width of the top level menu as small as possible Ideal is 640px
 * Please reduce the width of the browser and check the display change.
 * If you do not mind if the menu becomes two tiers,
 * Customize /　Presentation　/ Menu
 * Primary Menu Automatic Responsive. set No
 * Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Menu Pulldown-Button in Text’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [nobita](https://wordpress.org/support/users/nobita/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/menu-pulldown-button-in-text/#post-9911889)
 * Status: not resolved