toonetcreation
Please check file plugins\jamegafilter\content\tmpl\default.php
line 128
I changed code from
if (!isMobile.phone) jQuery("html, body").stop().animate({ scrollTop: jQuery('div.ja-megafilter-wrap').offset().top }, 400);
to
if (!isMobile.phone) jQuery("html, body").stop().animate({ scrollTop: jQuery('div.ja-megafilter-wrap').offset().top - 120 }, 400);
This change only made for your site, with fixed top menu, and will be override on next update. Please backup.