I’ve just enabled ‘fixed nav bar’ and the nav bar that follows as I scroll down the page has different formatting to the standard nav bar. I’ve entered some custom CSS for the standard navbar that doesn’t seem to be applied to the fixed nav bar that follows down the page…
For example:
.header-logo {
float: right;
}
.tbs {
float: left;
}
