Title: menu bar alignment
Last modified: August 20, 2016

---

# menu bar alignment

 *  [sayed2x2](https://wordpress.org/support/users/sayed2x2/)
 * (@sayed2x2)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/menu-bar-alignment/)
 * I m using Wordsmith Anvil theme and wanted to uplift the menu bar a little because
   there is a gap between the header and the menu bar.
    Can you please tell me where
   I can edit the alignment of the menu-bar in Editor.
 * My website is [http://www.ammasbiryani.com](http://www.ammasbiryani.com)

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 10 months ago](https://wordpress.org/support/topic/menu-bar-alignment/#post-2961954)
 * Are you using a Child Theme, Custom Theme or Custom Styles plugin?
 *  Thread Starter [sayed2x2](https://wordpress.org/support/users/sayed2x2/)
 * (@sayed2x2)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/menu-bar-alignment/#post-2961957)
 * Thanks for the response Andrew , I m using child theme
 *  Moderator [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * (@jdembowski)
 * Forum Moderator and Brute Squad
 * [13 years, 10 months ago](https://wordpress.org/support/topic/menu-bar-alignment/#post-2961961)
 * You’re really not using a [child theme](http://codex.wordpress.org/Child_Themes).
   😉
 * [http://ammasbiryani.com/wp-content/themes/wordsmith-anvil/style.css](http://ammasbiryani.com/wp-content/themes/wordsmith-anvil/style.css)
 * Create a directory called `wp-content/themes/wordsmith-anvil-child` and put this`
   style.css` in it.
 *     ```
       /*
       Theme Name: Wordsmith Anvil Child
       Description: Child theme for the Wordsmith Anvil theme
       Author: Self Help WordPress User
       Template: wordsmith-anvil
       */
   
       @import url("../wordsmith-anvil/style.css");
   
       /* Put your CSS after this line */
       ```
   
 * Activate that `Wordsmith Anvil Child` theme in your WordPress dashboard.
 * Then use a CSS tool such as [Firebug](http://getfirebug.com/) and inspect the
   menu bar. When you identify the CSS (I think it’s `#header` but play with it)
   then add that to the `wp-content/themes/wordsmith-anvil-child/stlye.css` file.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 10 months ago](https://wordpress.org/support/topic/menu-bar-alignment/#post-2961964)
 * The following “gap”, what I see, is being applied by;
 *     ```
       header.sitename {
        border-bottom: 10px solid #C8C862;
       }
       ```
   
 * In your Child Theme CSS file, try
 *     ```
       header.sitename {
        border-bottom: none;
       }
       ```
   
 * Is this the gap you see?
 *  Thread Starter [sayed2x2](https://wordpress.org/support/users/sayed2x2/)
 * (@sayed2x2)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/menu-bar-alignment/#post-2962023)
 * Thanks andrew and Jan for your help.
    It worked for me.
 *  Thread Starter [sayed2x2](https://wordpress.org/support/users/sayed2x2/)
 * (@sayed2x2)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/menu-bar-alignment/#post-2962028)
 * Thanks again
 *  Moderator [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * (@jdembowski)
 * Forum Moderator and Brute Squad
 * [13 years, 10 months ago](https://wordpress.org/support/topic/menu-bar-alignment/#post-2962077)
 * You’re welcome. Thanks Andrew for getting the CSS. 😉

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

The topic ‘menu bar alignment’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 3 participants
 * Last reply from: [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/menu-bar-alignment/#post-2962077)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
