I succeeded making the navbar static on the front page (while sticky on other pages) with this bit of CSS:
.home .x-navbar.x-navbar-fixed-top {
position: static;
}
It works, but not 100% as this bit of code is interferring:
.masthead {
height:0px;
}
When i scroll the logo disappears (in chrome) and in Safari both the logo and navbar (ubermenu) blinks…
The site is currently hosted locally, but if this requires a closer look i can upload it to a different domain.
Looking forward to your reply - and THANKS for your amazing work. X is amazing.
Gabriel
