Title: Fixed Header
Last modified: August 21, 2016

---

# Fixed Header

 *  [staceyk](https://wordpress.org/support/users/staceyk/)
 * (@staceyk)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/fixed-header-4/)
 * Is there any way to make the header, i.e the logo/tagline/menu remain at the 
   top of the screen while a user scrolls down the page? Thank you.

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

 *  [neryba](https://wordpress.org/support/users/neryba/)
 * (@neryba)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/fixed-header-4/#post-4150862)
 * Heystaceyk, I believe there are better ways to make it, but I made it adding 
   this code to the custom css:
 *     ```
       .tc-header {
       position: fixed;
       background-color: #fff;
       z-index: 100;
       width:100%
       }
       .carousel {
       margin-bottom: 0px;
       padding-top: 168px;
       }
       #main-wrapper {
       padding-top: 168px;
       }
       ```
   
 * Notice that this code fix the header, than it makes its background not transparent,
   then adjust the z-index for it, and finnaly mves the main wrapper below.
 *  [ElectricFeet](https://wordpress.org/support/users/electricfeet/)
 * (@electricfeet)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/fixed-header-4/#post-4150890)
 * **_Really_** neat. Thanks for that neryba!
 * [@nikeo](https://wordpress.org/support/users/nikeo/) One for the code snippets!
 *  Theme Author [presscustomizr](https://wordpress.org/support/users/nikeo/)
 * (@nikeo)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/fixed-header-4/#post-4150891)
 * [@neryba](https://wordpress.org/support/users/neryba/) cool!
 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/fixed-header-4/#post-4150892)
 * I’m working on a Header snippet, and have that one registered! Already adopted
   it on one of my own sites.
 *  Thread Starter [staceyk](https://wordpress.org/support/users/staceyk/)
 * (@staceyk)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/fixed-header-4/#post-4150993)
 * Awesome thank you! I’m going to be showing off what I have done on Sunday.
 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/fixed-header-4/#post-4150995)
 * A slightly improved version now in a [Snippet](http://www.themesandco.com/snippet/make-header-sticky/).

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

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

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

## Tags

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

 * 6 replies
 * 5 participants
 * Last reply from: [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/fixed-header-4/#post-4150995)
 * Status: not resolved