Title: Header Problems
Last modified: August 22, 2016

---

# Header Problems

 *  Resolved [eengler](https://wordpress.org/support/users/eengler/)
 * (@eengler)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/header-problems-24/)
 * I’m having problems with my header, when scrolling down the black turns white
   and my logo becomes invisible. I can’t find the problem. Anyone else having this
   issue? Also I want my nav bar to float right upon load. I’ve been working on 
   this and just deleted alot of my CSS since I didn’t need it with the new update.
   Any suggestions?
 * [emilyengler.com](http://emilyengler.com)
 * Thanks

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

 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/header-problems-24/#post-5584808)
 * Fix the white with:
 *     ```
       .tc-solid-color-on-scroll.sticky-enabled .navbar-inner, .tc-solid-color-on-scroll.sticky-enabled .tc-header {
           background-color: #000;
       }
       ```
   
 * Right justify with:
 *     ```
       .sticky-disabled .navbar .nav {
           left: 75%;
       }
       ```
   
 * BUT you’ll need to check and adjust responsiveness using [@media](https://wordpress.org/support/users/media/)
 *  Thread Starter [eengler](https://wordpress.org/support/users/eengler/)
 * (@eengler)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/header-problems-24/#post-5584858)
 * Thank you so much! I have to work on the responsiveness still thanks for hat 
   add tip but for now the desktop is just what I’m looking for. Thanks so much!

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

The topic ‘Header Problems’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [eengler](https://wordpress.org/support/users/eengler/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/header-problems-24/#post-5584858)
 * Status: resolved