Hello Support,
I just want to achieve the sticky menu when scrolling down the pages.
I already applied this and doesn't work.
*
1) create a new css file named custom.css in this folder /templates/japlayschool/css/ and add to it
.t3-header {
display:none;
}
.t3-mainnav.affix {
position: fixed;
top: 0;
z-index: 10000;
width: 100% !important;
}
.acm-features.style-2 .features-content h2 {
display:none;
}
Then edit this file /templates/japlayschool/tpls/blocks/mainnav.php and change from
<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="52">*
Hope it helps
Regards
Thanks in advance.
Yours,
Mic