I'm trying to make the menu bar sticky (stays on screen while scrolling) using the following code:
/*Sticky menu*/
.uber-header {
position: sticky!important;
}
However, it does NOT seem to work. I've tried uninstalling the WowSlider modules from the site completely but it still doesn't work. One of our other sites uses the same code and works - http://totalins2.users60.interdns.co.uk/index.php.
What code do I need in the custom.css file?
Any help would be greatly appreciated. Thanks in advance.