Hi,
In the 'tpls/blocks/header.php div class', I added this data-spy="affix" data-offset-top="70" but it doesn't work.
Header claass now looks like:
<header id="t3-header" class="t3-header" data-spy="affix" data-offset-top="70">
Also, in the navbar.less I added code below and then complied from LESS to CSS
.t3-mainnav {
border-left: 0;
border-right: 0;
margin-bottom: 0;
border-radius: 0;
left: 0;
right: 0;
top: 0;
z-index: 999;
Any idea why this didn't work?
Thank you.