Hi,
Can someone help me with disabling the function of changing the logo size when scrolling down? I want to keep the logo (and menu) just one (small) size.
Thanks for your help!
Ps. My knowledge from HTML & CSS is somewhat limited…
Hi,
You can 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();
Regards,
Ismael
Thanks, Ismael!