Hello,
Can you specify the link of the site?
Hi
Website is still under development so I don’t want anyone seeing it just yet.
Just want the Top Nav Bar sticky. I have tried CSS and it didn’t work.
Thanks
Colin
Hello,
Please add this extra CSS code in Customizer -> General Settings -> Additional CSS :
@media screen and (min-width: 1024px){
.header-top-bar {
position:fixed !important;
min-width: 100% !important;
}
.navigation-bar {
margin-top: 40px !important
}
.fixto-fixed {
top: 0px !important;
}
.navigation-bar.coloured-nav.bordered.fixto-fixed {
margin-top: 65px!important;
z-index: 1000!important;
}
}