Title: Fix the main menu ?
Last modified: August 22, 2016

---

# Fix the main menu ?

 *  Resolved [moisa](https://wordpress.org/support/users/moisa/)
 * (@moisa)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/fix-the-main-menu/)
 * Hi, thank you for the theme. Excellent.
    Is it possible to fix the mainmenu in
   the navbar ? (so as it would stay always visible even when you go down in the
   page). I tried to pass a “position:fixed” in the css but the menu disappears…
   Any help ? Thank you.

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

 *  [salsaturation](https://wordpress.org/support/users/salsaturation/)
 * (@salsaturation)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/fix-the-main-menu/#post-5330511)
 * Hi Moisea
 * If you don’t already have a [Child_Themes](http://codex.wordpress.org/Child_Themes)
   or a custom.css you should install a plugin like [custom CSS plugin](http://wordpress.org/plugins/custom-css-manager-plugin/)
   then add the following to the custom css area.
 *     ```
       .navbar.navbar-default {
       position: fixed;
       z-index:999;
       width: 100%;
   
       }
   
       #content.site-content {
       margin-top: 76px;
       }
       ```
   
 * You didn’t give a link to your site so I went to the theme demo instead
 *  Thread Starter [moisa](https://wordpress.org/support/users/moisa/)
 * (@moisa)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/fix-the-main-menu/#post-5330513)
 * Thanks for this answer. I will try.
    I do have a child-theme. (I didn’t give 
   any url because I am building an only to be born website…)
 *  Thread Starter [moisa](https://wordpress.org/support/users/moisa/)
 * (@moisa)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/fix-the-main-menu/#post-5330516)
 * Done ! Thanks !
 *  Thread Starter [moisa](https://wordpress.org/support/users/moisa/)
 * (@moisa)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/fix-the-main-menu/#post-5330517)
 * Done ! Thanks !
 *  [salsaturation](https://wordpress.org/support/users/salsaturation/)
 * (@salsaturation)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/fix-the-main-menu/#post-5330569)
 * you are welcome

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

The topic ‘Fix the main menu ?’ is closed to new replies.

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

## Tags

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

 * 5 replies
 * 2 participants
 * Last reply from: [salsaturation](https://wordpress.org/support/users/salsaturation/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/fix-the-main-menu/#post-5330569)
 * Status: resolved