Title: Trouble Customizing Menu
Last modified: August 5, 2020

---

# Trouble Customizing Menu

 *  Resolved [lachellechrysanne](https://wordpress.org/support/users/lachellechrysanne/)
 * (@lachellechrysanne)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/trouble-customizing-menu/)
 * Hi,
 * I’m having a couple of issues with editing this navigation for a client
 * 1. how can I adjust the padding some the “about” and contact” items are not stacked?
   
   2. I want to use a background image to the header like the theme’s demo shows.
 * See my mock up here: [https://ibb.co/vDz7Yp6](https://ibb.co/vDz7Yp6)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftrouble-customizing-menu%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * (@romanbon)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/trouble-customizing-menu/#post-13216104)
 * Hello,
 * > 1. how can I adjust the padding some the “about” and contact” items are not
   > stacked?
 * You can try to add this CSS code in the **Customize** → **Additional CSS** section:
 *     ```
       @media (min-width: 1200px) {
           ul.header-search-cart {
               margin-left: 0;
           }
   
           .main-navigation li {
               padding-left: 8px;
               padding-right: 8px;
           }
       }
       ```
   
 * > 2. I want to use a background image to the header like the theme’s demo shows.
 * Please create a new topic for this issue in order to make it easier to help you.
 * Kind Regards, Roman.
 *  Thread Starter [lachellechrysanne](https://wordpress.org/support/users/lachellechrysanne/)
 * (@lachellechrysanne)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/trouble-customizing-menu/#post-13224419)
 * thanks! the code worked for the menu.
 *  [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * (@romanbon)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/trouble-customizing-menu/#post-13230211)
 * You are welcome! 🙂
 * Kind Regards, Roman.

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

The topic ‘Trouble Customizing Menu’ is closed to new replies.

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

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/trouble-customizing-menu/#post-13230211)
 * Status: resolved