Tagged: menu
Is it possible to make the menu, the way it is after you scroll down and it resizes, the default menu. In other words I don’t want it to start big and get small when I scroll, I want it to start small and stay small.
I’ve tried the other menu options, but I like having the menu stay while I scroll, I just dont want it resizing, and I like the way the small size looks best.
Thanks
Hey Tim!
What type of header do you have? Please check on Enfold > Header > Header Type. You can disable the header resize on js > avia.js, find this code on line 24:
// decreases header size when user scrolls down
avia_header_size();
Replace it with:
// decreases header size when user scrolls down
//avia_header_size();
Change the header height using this on Quick CSS or custom.css:
/*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/
#header_main .container, .main_menu ul:first-child > li a{ height:44px; line-height: 44px; }
Regards,
Ismael
I have the “small fixed header” in enfold.
When I edit the JS file that stopped it from resizing but as soon as I added the css it started resizing again.