Sub menu overlap, how to stop?

WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
GK User
Thu Jul 31, 2014 6:03 pm
How can I stop the sub-menus from appear right over the menus - they hide the previous text (shown in image) Site is here: http://einsights.net/wp
User avatar
Fresh Boarder

GK User
Fri Aug 01, 2014 10:34 am
Hello,

Please try to open file js/gk.menu.js and please change fragment:

Code: Select all
if(base > 0) {
   margin = -prevw + 10;   
}


to:

Code: Select all
if(base > 0) {
   margin = -prevw - 10;   
}
User avatar
Administrator


cron