Title: Menu header
Last modified: February 14, 2019

---

# Menu header

 *  Resolved [scullyhands](https://wordpress.org/support/users/scullyhands/)
 * (@scullyhands)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/menu-header-4/)
 * Hi guys,
 * Please help me this.
 * I want to add a new page to the top menu header, but the problem is if I add 
   the Interview page, the header will become like [this](https://ibb.co/M9KpkF4).
 * I want the “Interview” page tab to appear next to the Mục Lục page tab. In other
   words, all pages on the menu header are in the only line, not in two lines.
 * Please show me how to do this. Thanks.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmenu-header-4%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Anonymous User 16453565
 * (@anonymized-16453565)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/menu-header-4/#post-11208666)
 * Hey, [@scullyhands](https://wordpress.org/support/users/scullyhands/)
 * To do that, go to **Appearance → Customize → Additional CSS** and enter the following
   code:
 *     ```
       .site-bar .nav {
         width: 100%;
       }
       ```
   
 * Let me know if that does it.
    Thank you.
 *  Thread Starter [scullyhands](https://wordpress.org/support/users/scullyhands/)
 * (@scullyhands)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/menu-header-4/#post-11211927)
 * Hi there,
 * Thank you for supporting me. It works, but another problem is triggered.
    There
   is too much space between the menu header and the search bar. Take a look at 
   [this](https://ibb.co/rvkfx1P).
 * Please help me.
 * Thanks.
 *  [Fotis](https://wordpress.org/support/users/markwaregr/)
 * (@markwaregr)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/menu-header-4/#post-11212576)
 * Hi there,
    [@scullyhands](https://wordpress.org/support/users/scullyhands/) Can
   you add this
 *     ```
       header .site-bar .nav {
           top: 6px;
           position: relative;
       }
       ```
   
 * in your custom CSS box Let me know if this works?
 *  Thread Starter [scullyhands](https://wordpress.org/support/users/scullyhands/)
 * (@scullyhands)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/menu-header-4/#post-11220667)
 * Hi Fotis,
 * Thank you for your support, but it doesn’t work, unfortunately.
 * Please take a look at [this](https://pasteboard.co/I1OGIKk.png).
 * You see, the Search bar now disappears, too.
 * Please help me. Thanks so much.
 *  [Fotis](https://wordpress.org/support/users/markwaregr/)
 * (@markwaregr)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/menu-header-4/#post-11221126)
 * Hi,
    I thought you removed the search bar! Try this
 *     ```
       header .site-bar .nav {
   
           top: 6px;
           position: relative;
       }.page-template-template-fullwidth .site-tools .searchform{
        display:block;   
       }
       ```
   
 * to bring it back and align it to the menu
 *  Thread Starter [scullyhands](https://wordpress.org/support/users/scullyhands/)
 * (@scullyhands)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/menu-header-4/#post-11242889)
 * Thanks. It doesn’t work the way I want, but I decided not to add a category to
   the header anymore.
 * Thanks for your help.
 *  [Fotis](https://wordpress.org/support/users/markwaregr/)
 * (@markwaregr)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/menu-header-4/#post-11243777)
 * [@scullyhands](https://wordpress.org/support/users/scullyhands/) Let me know 
   if I can help in any way.

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

The topic ‘Menu header’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/olsen-light/1.7.1/screenshot.png)
 * Olsen Light
 * [Support Threads](https://wordpress.org/support/theme/olsen-light/)
 * [Active Topics](https://wordpress.org/support/theme/olsen-light/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/olsen-light/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/olsen-light/reviews/)

## Tags

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

 * 7 replies
 * 3 participants
 * Last reply from: [Fotis](https://wordpress.org/support/users/markwaregr/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/menu-header-4/#post-11243777)
 * Status: resolved