How can I disable having the logo resize when scrolling down the page. I would like to keep the opacity setting, just want to keep my logo and header at its original size.
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 then reload the page a few times.
Cheers,
Ismael
Thanks Ismael. Exactly what I needed. Appreciate the help.
Glad Ismael could help. Let us know if you have any other questions or issues.