http://www.rainydayuniversity.com/
Can you tell me how to fix the Mega Menu border that on hover, dip down into the child link area.
http://www.rainydayuniversity.com/
Can you tell me how to fix the Mega Menu border that on hover, dip down into the child link area.
Hey,
open up avia.js (located in the folder "js") and search for following line:
megaItems.filter(':eq('+i+')').find(">a").stop().animate({paddingBottom:10},200);
Adjust the paddingBottom value - at the moment it's 10 (px) - as you like (i.e. set it to 7).
You must log in to post.