Hello, We tried adding this css. And it did not fit the problem.
nav .menu > li.shopping-bag-item ul.sub-menu {
-webkit-backface-visibility: hidden;
}
.home-slider-wrap{z-index:1;}
We think the problem is in this file.
http://lkdemo.info/wp-content/themes/neighborhood/js/functions.js
Line 363
jQuery(this).find(‘ul.sub-menu’).first().addClass(‘show-dropdown’).css(‘top’, menuTop);
Line 368
jQuery(this).find(‘ul.sub-menu’).first().removeClass(‘show-dropdown’).css(‘top’, menuTopReset);
Line 381
jQuery(this).find(‘ul.sub-menu’).first().addClass(‘show-dropdown’).css(‘top’, subMenuTop);
When the script adds or removes classes, I think the widths are wrong from lines 339 – 356.
Can you please help us troubleshoot? The error is very evident in the latest version of Safari. I’m on win 7.
Thank you