Hello,
I’d like have the same css behavior on T3 Blank as on my JA Social II for header and mainnav positions : Indeed, in JA Social II (Default theme), when you scroll down and up of the site, header (the first area in blue) is always fixed, mainnav area (in white, just before masthead position) disappears when u scroll down of the site and reappears when u start scrolling up.
Here is the css i put in custom.css in JA Social II :
.t3-mainnav {position :fixed; z-index:99; width:100%;}
.scrollDown .t3-header {
top: 0px!important;
}
I tried it in T3 Blank, but does not work.
So, may i have the css to add to get T3 Blank working as the same please ?
Best regards.