andrewwinkler
Hi
First, add below code in custom.css file
.t3-mainnav.affix {position:fixed;width:100%; z-index:10;}
now go to "/tpls/blocks/mainnav.php" in template "ja_social_ii". Find this code
<nav id="t3-mainnav" class="wrap navbar navbar-default t3-mainnav ">
replace it with
<nav id="t3-mainnav" class="wrap navbar navbar-default t3-mainnav affix">
now go to file "/tpls/blocks/header.php" in template "ja_social_ii". find this code
<header id="t3-header" class="wrap t3-header">
replace it with
<header id="t3-header" class="wrap t3-header data-spy="affix" data-offset-top="48"">
Let me know if it helps