Hi there, is it possible to make the top bar sticky?
The nav-bar already is…
Tried this code which I found in another thread but it didn’t work:
@media (min-width: 980px) {
.x-navbar, .x-navbar.x-navbar-fixed-top {
margin-top: 45px;
}
.x-topbar {
position: fixed;
top: 0;
left: 0;
width: 100% !important;
background-color: #000000;
}
}
Website: http://www.gout.co.il
Thanks in advance!