Title: Adjust Space Between Menu Items
Last modified: August 30, 2016

---

# Adjust Space Between Menu Items

 *  [mstewart2014](https://wordpress.org/support/users/mstewart2014/)
 * (@mstewart2014)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/adjust-space-between-menu-items/)
 * Hi! I can’t figure out how to adjust the spacing between my header items so they
   all fit on the same line as the site title. I don’t want to have it on the line
   below, so I’m trying to make the space between the menu drop downs smaller.
 * Site: [http://www.meadvillecooperativepreschool.com](http://www.meadvillecooperativepreschool.com)
 * Any help would be great. Thanks!

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

 *  [Pankaj kumar](https://wordpress.org/support/users/pnk1034/)
 * (@pnk1034)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/adjust-space-between-menu-items/#post-6667563)
 * .logo {
    width: 100%; }
 * Remove width from logo.
 *  [Mr Case](https://wordpress.org/support/users/mr-case/)
 * (@mr-case)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/adjust-space-between-menu-items/#post-6667578)
 * do as he says. 40% will get you there
 *     ```
       .logo {
           width: 40%;
       }
       ```
   
 *  Thread Starter [mstewart2014](https://wordpress.org/support/users/mstewart2014/)
 * (@mstewart2014)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/adjust-space-between-menu-items/#post-6667582)
 * That’s not working, unfortunately. It’s just bumped the logo closer to the menu
   items. I’m trying to move the actual text closer together…:/
 *  [Mr Case](https://wordpress.org/support/users/mr-case/)
 * (@mr-case)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/adjust-space-between-menu-items/#post-6667583)
 * nothing will ever fit on the same line as your title as long as your title is
   taking up 100% width. the width needs to be adjusted. make it small enough to
   suit your needs.
 *  Theme Author [OptimizerWP](https://wordpress.org/support/users/layerthemes/)
 * (@layerthemes)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/adjust-space-between-menu-items/#post-6667588)
 * [@mstewart2014](https://wordpress.org/support/users/mstewart2014/)
    Try decreasing
   the Site title font size and add this to your Custom CSS:
 * `#topmenu ul li a{padding:20px 10px;}`
 *  [Mr Case](https://wordpress.org/support/users/mr-case/)
 * (@mr-case)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/adjust-space-between-menu-items/#post-6667598)
 * THE. WIDTH. OF. THE. LOGO. IS. TOO. BIG.
 * If you want some super hacky, garbage css try this.
 *     ```
       #topmenu {
           position: relative;
           top: -60px;
       }
       ```
   
 *  [Pankaj kumar](https://wordpress.org/support/users/pnk1034/)
 * (@pnk1034)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/adjust-space-between-menu-items/#post-6667635)
 * You need to adjust logo by decreasing font size.
    Or you can use image.

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

The topic ‘Adjust Space Between Menu Items’ is closed to new replies.

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

## Tags

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

 * 7 replies
 * 4 participants
 * Last reply from: [Pankaj kumar](https://wordpress.org/support/users/pnk1034/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/adjust-space-between-menu-items/#post-6667635)
 * Status: not resolved