Title: Dropdown menu spacing
Last modified: August 20, 2016

---

# Dropdown menu spacing

 *  Resolved [SusanO2607](https://wordpress.org/support/users/susano2607/)
 * (@susano2607)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/dropdown-menu-spacing/)
 * I have a dropdown menu on [http://iswconsultants.com](http://iswconsultants.com)
   under Programmes Offered which seems to be double-spacing itself. Is there any
   way to compact this to single-line spacing?
 * Thanks…

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

 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/dropdown-menu-spacing/#post-3618709)
 * Looks like you need to make those dropdown menu items wider – you can do that
   in the CSS code – you’ll need to have Custom CSS to do that – which you can add
   via a plugin if you don’t have it already in your theme or you can use a Child
   Theme – then try adding this:
 *     ```
       #header #navbar li ul a {
           width: 330px;
       }
       ```
   
 * Adjust the width according to what you want.
 *  Thread Starter [SusanO2607](https://wordpress.org/support/users/susano2607/)
 * (@susano2607)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/dropdown-menu-spacing/#post-3618872)
 * I have created a child theme. However, this code (#header #navbar etc) is found
   under style.php and not my style.css, will this be a a problem?
 *  Thread Starter [SusanO2607](https://wordpress.org/support/users/susano2607/)
 * (@susano2607)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/dropdown-menu-spacing/#post-3618995)
 * Solution works nicely, although I used 250px instead.
 * Have decided to revert to main WP-Creativix theme and make my changes to the .
   php file. Quick to change if theme is updated.

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

The topic ‘Dropdown menu spacing’ is closed to new replies.

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

## Tags

 * [dropdown](https://wordpress.org/support/topic-tag/dropdown/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)

 * 3 replies
 * 2 participants
 * Last reply from: [SusanO2607](https://wordpress.org/support/users/susano2607/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/dropdown-menu-spacing/#post-3618995)
 * Status: resolved