Title: Menu Sub Menu Size
Last modified: September 1, 2017

---

# Menu Sub Menu Size

 *  [cekar](https://wordpress.org/support/users/cekar/)
 * (@cekar)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/menu-sub-menu-size/)
 * Hello!
 * I would like to know, how I can reduce the size of the letters of the header 
   menu, but NOT exactly the ‘header menu’, but ‘only’ the “sub-items” or “sub-menues”.
 * Thank you in advance!
 * Cesar
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmenu-sub-menu-size%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [awanrmb](https://wordpress.org/support/users/awanrmb/)
 * (@awanrmb)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/menu-sub-menu-size/#post-9459597)
 * Hi,
 * Here is the CSS code to decrease the font size of the submenu:
 *     ```
       #mainnav .sub-menu li a {
           font-size: 13px;
       }
       ```
   
 * You can put the code into: Customize > additional CSS.
 *  Thread Starter [cekar](https://wordpress.org/support/users/cekar/)
 * (@cekar)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/menu-sub-menu-size/#post-9461320)
 * Hi [@awanrmb](https://wordpress.org/support/users/awanrmb/) !
 * Thank you!!! It worked very well!
 * Sorry to bother you, but do you know if it’s possible to do the same but ‘only’
   to ‘sub-sub menues’ or also to ‘sub-sub-sub menues’?
 * Finally, and in the same way of the sub menues, sub-sub menues and sub-sub-sub
   menues, is possible to change the ‘width’ of the boxes?
 * Thanks a lot!
 *  [awanrmb](https://wordpress.org/support/users/awanrmb/)
 * (@awanrmb)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/menu-sub-menu-size/#post-9462373)
 * Hi,
 * If you want it to working for sub-sub menues or sub-sub-sub menues, you can use
   this code:
 *     ```
       #mainnav .sub-menu .sub-menu li a {
           font-size: 13px;
       }
       ```
   
 * And here to adjust the width of the box:
 *     ```
       #mainnav .sub-menu li a {
         width: 250px;
       }
       ```
   

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

The topic ‘Menu Sub Menu Size’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [awanrmb](https://wordpress.org/support/users/awanrmb/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/menu-sub-menu-size/#post-9462373)
 * Status: not resolved