Title: dropdown menu
Last modified: August 17, 2020

---

# dropdown menu

 *  Resolved [kiwihawk](https://wordpress.org/support/users/kiwihawk/)
 * (@kiwihawk)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/dropdown-menu-75/)
 * I would like to make the items on the dropdown menu smaller so there is less 
   space between each item.
    How can I do this please?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdropdown-menu-75%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [akhlesh-nagar](https://wordpress.org/support/users/akhlesh-nagar/)
 * (@akhlesh-nagar)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/dropdown-menu-75/#post-13267186)
 * Hi
    Thanks for contacting to us. TO do less space between each item, Go to appearance
   >>customizer >>Find the additional css box. Add the below css code inside the
   additional css box.
 *     ```
       .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
           padding: 3px 5px;
       }
       ```
   
 * Change padding value as your need.
    Let me know for any confusion.
 * Thanks
 *  Thread Starter [kiwihawk](https://wordpress.org/support/users/kiwihawk/)
 * (@kiwihawk)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/dropdown-menu-75/#post-13271546)
 * Thank you very much. Works great.
 *  [akhlesh-nagar](https://wordpress.org/support/users/akhlesh-nagar/)
 * (@akhlesh-nagar)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/dropdown-menu-75/#post-13272389)
 * Glad to help you!
 * We would really appreciate if you could provide us a kind review here:
    [https://wordpress.org/support/theme/Spasalon/reviews/#new-post](https://wordpress.org/support/theme/Spasalon/reviews/#new-post)
 * Thanks for contacting us

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

The topic ‘dropdown menu’ is closed to new replies.

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

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [akhlesh-nagar](https://wordpress.org/support/users/akhlesh-nagar/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/dropdown-menu-75/#post-13272389)
 * Status: resolved