I am working on a site for one of my clients (it is a WordPress based site, with a 'partially' customized template base on WooThemes - Hub ).
But now I cannot get my header/menu to 'stick' at the top of the screen on mobile of small screens (and my social-sharing at the bottom).
I've tried css fixed position, but it looks like it gets overruled (even though analyzing the site with te elements inspector shows the element is position:fixed; ).
jQuery(window).scrollTop() => element.css('top')
replacement are not an option because of the recalculations the header bounces over the screen when you fast scroll on mobile devices.
The site address is this