Hi,
Thanks for writing in!
The entire header with your logo and nav is showing up fine on my end.
See screenshot – https://www.screencast.com/t/MOgPLnPp5c
Try to clear your browser cache and check again.
With regards to making your nav sticky in mobile, you can add this in Custom > Edit Global CSS in the customizer.
@media (max-width: 979px) {
.x-navbar.x-navbar-fixed-top {
position:fixed;
top:0;
width:100%;
}
}
Hope that helps.