Hi X Team - this is a continuation of this thread… Freeze Top Section
I applied the following global code to make the top bar only to be sticky…
.x-logobar {
display: none;
}
/* STICKY TOP BAR */
.x-topbar {
top:0;
position: fixed;
width: 100%;
}
.admin-bar .x-topbar {
top:32px;
}
.x-logobar {
width:100%;
top: 60px;
position: absolute;
}
.admin-bar .x-logobar {
top: 78px;
}
.x-navbar {
position:absolute;
top:194px;
width:100%;
}
.x-navbar.x-navbar-fixed-top {
top:46px;
position:fixed !important;
}
Can you hep me correct it so the bar where the appears is not covered and the gap between that bar and the navigation can be closed? Thank you for your help.