Can I make the Top Bar sticky?

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!

Hey @liorgo81,

Regretfully, this is not possible in X. The solution to this would be to upgrade to Pro because you can make multiple bars sticky. Pro was made to cater for the different customization requests before and one of them is the possibility of making multiple bars sticky.

We also could not continually support or fix custom codes that were given here in the forum. They are not official parts of the theme and they are also hard to maintain. You’ll need to consult with a third party developer to achieve this in X.

Thank you for understanding.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.