Hello i am using this code for my secondary menu:
#custom-fixed-menu {
position: absolute;
top: 22;
left: 0;
z-index: 99999;
}
i am trying it to be over the nav menu like when its sticky after scroll down like shown in this screenshot>> http://prntscr.com/jdif03
And not like when its default like this under the nav menu>> http://prntscr.com/jdif3f
Any suggestions how i might fix the code to perform right please?