Is it possible to make the logo and top navigation area not shrink in height when you scroll down the page on a computer? It currently gets really small, even though it’s not being viewed on a small device.
Hi m!
Edit js > avia.js, find this code on line 17:
// 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.
Best regards,
Ismael
Hello,
I need to do the same but cannot find the “avia.js” section?
Kind regards.
Hi!
@charterpca Please go to wp-content\themes\enfold\js folder and you will find Avia.js file inside
Best regards,
Yigit
So sorry, I know this must sound really stupid but where do I find the wp-content folder? Am I unable to do this from within the WordPress/Enfold dashboard?
I’m pretty new to all this. Sorry.
Hey!
You should go to that directory via FTP. It is where your WordPress is installed
Best regards,
Yigit
Thanks, resolved.