Title: Please help, Header issue on scroll
Last modified: August 22, 2016

---

# Please help, Header issue on scroll

 *  Resolved [mhensen](https://wordpress.org/support/users/mhensen/)
 * (@mhensen)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/please-help-header-issue-on-scroll/)
 * Hi there,
 * I asked the question once, but it wasn’t resolved.. I will delete that entry 
   if solution is available in this post.
 * I have customizr theme installed, and the header is set to sticky. However, my
   header graphic changes to black and the navigation bar also moves to the right
   on scroll.
 * I would like to have the nav bar remain in the same place and also
    for the logo
   and header background to also remain the same in place. I noticed in the customize
   section under header, there is no keep header the same on scroll. but that would
   be a helpful check box for people who don’t want the header to shrink on scroll.
 * Also, there is a slight gap between the header and slider when sticky is checked..
   as so as its unchecked the 4-5 px white gap disappears.
    Can I also have this
   gap relieved for the onscroll sticky header.
 * Thank you very much!
    -Mike

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

 *  [Rocco Aliberti](https://wordpress.org/support/users/d4z_c0nf/)
 * (@d4z_c0nf)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/please-help-header-issue-on-scroll/#post-5760351)
 * Look you have this:
 *     ```
       .navbar-wrapper {
           margin-top: 57px;
       }
       ```
   
 * in your custom css
    but when sticky is enabled, customizr css says:
 *     ```
       .sticky-enabled .navbar-wrapper {
       margin-top: 0;
       }
       ```
   
 * so just add to your custom css:
 *     ```
       .sticky-enabled .navbar-wrapper {
       margin-top: /*don't know, up to you*/;
       }
       ```
   
 * hope this helps.
    Anyway your header isn’t really responsive, I suggest you to
   take a look to the media queries.
 *  Thread Starter [mhensen](https://wordpress.org/support/users/mhensen/)
 * (@mhensen)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/please-help-header-issue-on-scroll/#post-5760507)
 * Thank you very much D4z! I greatly appreciate it!!!
 * That fixed the issue. I have been on Fiverr for a few days also trying to get
   help. I know you are part of the WP community, but I have a few issues that I
   could really use help on .. same stuff just small tweaks. Could i offer a couple
   $$$ to help me out with these issues? or even help you out in someway?? I have
   a design/print business. I would be happy to help ya if I can too. Let me know.
 * The other 2 issue’s I’m having are the Logo doesn’t seem to stay left all the
   time. I need it to stay on the left during responsive resize. It wants to goto
   middle on, and disappears on a few pages?
 * The nav bar is also resizing on scroll, basically shrinking back like customizr
   has it do on scroll. I want it to remain static.
 * could I ask for your help on this? Might I contact you via facebook?? or call
   ya? Thanks!
 *  Thread Starter [mhensen](https://wordpress.org/support/users/mhensen/)
 * (@mhensen)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/please-help-header-issue-on-scroll/#post-5760508)
 * Thanks again D4z!

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

The topic ‘Please help, Header issue on scroll’ 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 issue](https://wordpress.org/support/topic-tag/header-issue/)

 * 3 replies
 * 2 participants
 * Last reply from: [mhensen](https://wordpress.org/support/users/mhensen/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/please-help-header-issue-on-scroll/#post-5760508)
 * Status: resolved