Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #200121

    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

    #200343

    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

    #200357

    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.

    #200362

    Hey!

    Can you please give us a link to the website?

    Regards,
    Ismael

    #200363
    This reply has been marked as private.
    #200439

    Hey!

    I cannot connect to your website “Internal Server Error”.

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Menu Always Small’ is closed to new replies.