Tagged: Shrinking
Hello,
is it possible to deactivate the Shrinking Effect?
Thank you for Help.
Stefan
Hey,
Edit js > avia.js, find this code:
// decreases header size when user scrolls down
avia_header_size();
Replace it with:
// decreases header size when user scrolls down
//avia_header_size();
Remove browser cache the reload the page.
Regards,
Ismael
Thank you :) That was easy ;-)