top menu always on top - prorostar template (joomla 3) - Joomla! Forum - community, help and support
hello friends,
how can have top menu on top?
i using ""protostar"" template joomla 3.
how can have top menu on top?
i using ""protostar"" template joomla 3.
hello, can use bootstrap affix. add following line in nav code
or use navbar-fixed-top class.
note: may need write css adjust template.
code: select all
<nav class="navigation" role="navigation" data-spy="affix" data-offset-top="10">
...
</nav>
or use navbar-fixed-top class.
note: may need write css adjust template.
Comments
Post a Comment