Tagged: 

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

    Hi, I am using the code below to keep the header fixed, so it doesn’t change size when we scroll down the page:
    #header_main .container, .main_menu ul:first-child > li a { height: 58px !important; line-height: 58px !important; }

    However, the mega menu is messed up. -I got this code previously from the forum-.

    If you go here: http://www.daghlian.cynthiamoralez.com/ and click on “sample page”, you will see that the mega menu is also affected. I tried my best to fixed but i couldn’t. What can i do to fix the height of the mega menu?, thank you for your help

    #218631

    Hey!

    Change that code to:

    #header_main .container, .main_menu ul:first-child > li > a {  height: 58px !important; line-height: 58px !important;  }
    

    Best regards,
    Josue

    #218639

    Thanks Josue for your help. The mega menu is working fine, however the header went back to change its size when i scroll down. I would like to keep it always at 58px

    #218641

    Hi!

    The code has a typo, please check (at the end):
    http://www.daghlian.cynthiamoralez.com/wp-content/uploads/dynamic_avia/enfold.css?ver=1

    Change those gt; by >

    Regards,
    Josue

    #218646

    thank you!, now works fine!

    #218648

    You are welcome, glad we could help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Fixed header and mega menu issue’ is closed to new replies.