Tagged: enfold
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
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
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
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
thank you!, now works fine!
You are welcome, glad we could help :)
Regards,
Josue