Hi delinea
Edit this file /templates/ja_directory/tpls/blocks/header.php and change from :
<header id="t3-header" class="wrap t3-header <?php if ($headright): ?>ja-lang<?php endif ?>">
To:
<header id="t3-header" class="wrap t3-header affix <?php if ($headright): ?>ja-lang<?php endif ?>">
Add to your custom.css this :
.t3-header.affix{
position: fixed;
top:0px;
width:100%!important;
}
.t3-subnav{
margin-top:100px;
}
Regards