Title: Header-problem
Last modified: August 22, 2016

---

# Header-problem

 *  [tagcopenhagen](https://wordpress.org/support/users/tagcopenhagen/)
 * (@tagcopenhagen)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/header-problem-24/)
 * I have just started to use WordPress and I have a Header-problem that I hope 
   somebody can help me with. I have 7 different menus at the top of my homepage(
   in one line from left til right), and it seems that the last menu ”about us” 
   has been moved down to the line underneath the other menus (products, price list
   etc.) How do I move the last menu (about us) up on the line above again?
    Thanks

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

 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/header-problem-24/#post-5798778)
 * Can’t help without seeing the problem.
 * BTW, if you are really using WP2.5.8- that’s ancient and a huge security risk–
   you need to update that ASAP – see:
 * [http://codex.wordpress.org/Upgrading_WordPress_Extended#Upgrading_Across_Multiple_Versions](http://codex.wordpress.org/Upgrading_WordPress_Extended#Upgrading_Across_Multiple_Versions)
 *  Thread Starter [tagcopenhagen](https://wordpress.org/support/users/tagcopenhagen/)
 * (@tagcopenhagen)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/header-problem-24/#post-5798833)
 * Thank you for your quick reply.
    I have now updated my site to WP4.1 – you can
   see my problem if you have a look at this site: [http://www.tagc.dk](http://www.tagc.dk)
 * …as you can see “about us” has been moved down and I would like it in the same
   line as the other menus.
 * Can you help me?
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/header-problem-24/#post-5798874)
 * Try adding to custom CSS:
 *     ```
       #primary-nav ul.main-nav {
           width: auto;
       }
       ```
   
 *  Thread Starter [tagcopenhagen](https://wordpress.org/support/users/tagcopenhagen/)
 * (@tagcopenhagen)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/header-problem-24/#post-5799019)
 * I copied your link into the custom CSS, but it did not help. Do you have another
   suggestion?
 *  [m.sunspirit](https://wordpress.org/support/users/msunspirit/)
 * (@msunspirit)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/header-problem-24/#post-5799020)
 * #primary-nav ul.main-nav {
    width: 100%; } Because you are not working with a
   responsive theme you could also try width:810px;
 *  Thread Starter [tagcopenhagen](https://wordpress.org/support/users/tagcopenhagen/)
 * (@tagcopenhagen)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/header-problem-24/#post-5799021)
 * I tried both width 100% and 810px, but it hasn’t changed a thing. Do you have
   another suggestion?
 *  [m.sunspirit](https://wordpress.org/support/users/msunspirit/)
 * (@msunspirit)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/header-problem-24/#post-5799022)
 * Well, the theme you are using uses a CSS preprocessor so it’s generating dynamic
   css after your style sheet loads.
 * The quick and dirty answer is just add !important; like this:
 *     ```
       #primary-nav ul.main-nav {
           width: 100% !important;
       }
       ```
   
 *  Thread Starter [tagcopenhagen](https://wordpress.org/support/users/tagcopenhagen/)
 * (@tagcopenhagen)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/header-problem-24/#post-5799023)
 * Thank you so much 🙂
 *  [m.sunspirit](https://wordpress.org/support/users/msunspirit/)
 * (@msunspirit)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/header-problem-24/#post-5799026)
 * of course there might be a widget that is supposed to go in the space to the 
   right of the menu like a search widget or something so you might want to make
   the menu fit in the smaller space by shrinking up the padding on links instead:
 *     ```
       ul.sf-menu li a {
            padding: 10px 9px 15px !important;
       }
       ```
   

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

The topic ‘Header-problem’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 9 replies
 * 3 participants
 * Last reply from: [m.sunspirit](https://wordpress.org/support/users/msunspirit/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/header-problem-24/#post-5799026)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
