Hi,
When I begin to scroll down my page. my logo automatically re-sizes and appears to small. How can I have a fixed logo that stays the same size even with scrolling?
Thanks in advance!
Hey kbrimberry!
Edit js > avia.js, find this code:
// decreases header size when user scrolls down
avia_header_size();
Replace it with this:
// decreases header size when user scrolls down
//avia_header_size();
Remove browser cache then reload the page a few times.
Cheers!
Ismael
Ismael,
Replace it with the same code?