josemiguel-aswebmurcia-com
Hi
change file template folder /tpls/blocks/mainnav.php
line 25
<nav id="t3-mainnav" class="wrap navbar navbar-default t3-mainnav">
to
<nav id="t3-mainnav" class="wrap navbar navbar-default t3-mainnav" data-spy="affix" data-offset-top="150">
Add this code in /css/custom.css
.t3-mainnav.affix {
position: fixed;
top: 0px;
left: 0;
width: 100%;
z-index: 999;
}
Please note Mega store came with opened category Menu on Homepage, sticky menu will also stick the category menu when you scroll down.
Regards