AngryMovie theme

Latest Reply from Wim at 2018-03-19 10:35:18 Solution
Hello
If I in the Top Menmu of the theme and drive a little faster with the mouse curser through the menu, the menu closes again. Can this be set somewhere so that the menu does not close by itself even if I move the mouse a little faster through the menu?
Regards
Willi Möllering
Hi!

I may recommend you to find the code:

	header #extra-menu ul.nav-menu > li > ul {
margin-top:10px;
}


and delete it from the style.css file of the theme located inside the wp-content/angrymovie/ folder on your server.

The second step is to replace the code:

	#extra-menu ul.nav-menu > li  {
padding: 40px 10px;
}


with

#extra-menu ul.nav-menu > li  {
padding: 49px 10px;
}
Thank you very much!
Now it is okay.
Regards
Willi

Leave a reply

Add codeAdd image