Title: Fixed header
Last modified: September 17, 2016

---

# Fixed header

 *  Resolved [sourire09](https://wordpress.org/support/users/sourire09/)
 * (@sourire09)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/fixed-header/)
 * Hello, the header in Vega theme is fixed by default. How can I change that? Thanks!

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

 *  Theme Author [lyrathemes](https://wordpress.org/support/users/lyrathemes/)
 * (@lyrathemes)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/fixed-header/#post-8194032)
 * Hello sourire09,
 * Thanks for trying out the theme, we appreciate it.
 * Here are the changes you’d need to do in order to remove the fixed navbar:
 * In header.php, remove “navbar-fixed-top” from line 24. So change
 * `<div class="navbar navbar-custom navbar-fixed-top" role="navigation">`
 * to this
 * `<div class="navbar navbar-custom" role="navigation">`
 * Then add this CSS to the Custom CSS section under Appearance > Customize > Advanced:
 *     ```
       body {
           padding-top: 0px;
       }
       ```
   
 * I would suggest making these changes in a [Child Theme](https://codex.wordpress.org/Child_Themes)
   so that they are not overwritten when the theme is updated.
 * Best of luck!
 *  Thread Starter [sourire09](https://wordpress.org/support/users/sourire09/)
 * (@sourire09)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/fixed-header/#post-8194099)
 * Thank you! 🙂

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

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/vega/3.0.0/screenshot.jpg)
 * Vega
 * [Support Threads](https://wordpress.org/support/theme/vega/)
 * [Active Topics](https://wordpress.org/support/theme/vega/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/vega/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/vega/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [sourire09](https://wordpress.org/support/users/sourire09/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/fixed-header/#post-8194099)
 * Status: resolved