Based on the link, this is what I did:
/public_html/templates/ja_focus/tpls/blocks/mainnav.php
line 32 change from
<nav id="t3-mainnav" class="navbar navbar-default t3-mainnav">
to
<nav id="t3-mainnav" class="navbar navbar-default t3-mainnav" data-spy="affix" data-offset-top="150">
added to custom.css
header#t3-mainnav.affix {position: fixed;top: 0px;z-index: 9999;float: none;background: #fff;margin: 0 15em;}
Front end - the menu bar stayed fixed but not at the top of the browser window.
AND it loses its functionality.
How do I do this?
take a look: https://idwtube.com scroll down...