Hi Guys,
I'm currently creating a wordpress theme that has a sticky menu. I've got the basic workings of it. The only problem I'm having is when it snaps to a different position, it isn't quite snapping to the top due to what I believe is to do with the width of the menu. Instead of the bottom of the menu snapping to the top of the section, the top of the navigation is appearing with what seems to be a 20px gap. Does anyone know what I can do to fix this issue? I've attached the CSS below.
#headerwrapper {
width:1500px;
margin: 0 auto !important;
height:138px;
position:fixed;
background:#212c2e;
}