The main problem right now is not the appearance (I was able to address that), but if I scroll down on the homepage there is a gap between the top of the browser window and the menu. Then if I scroll up and back down, that gap is gone. If I reposition the menu so the gap isn’t there on first scroll, the menu is too far up and gets cut off if you scroll up and then back. Are you able to see that / reproduce it?
Thanks!
When I look at your site the menu floats properly for me, but it’s hard to see. I had the same problem and changed the background color so it remains visible as you scroll down. You probably want to do the same thing.
I should probably mention that this is my run-sticky.js file:
jQuery(document).ready(function(){
//
// DEFAULT
//
jQuery(".container-fluid").sticky({ topSpacing: 0 });
});