Home Forums Theme support Gallery Menu Reply To: Gallery Menu

Hi,

oh, yes, saw the problem on your website. You can add the following css code in your style.css file, this will fix the problem. We will add it in the next theme update.

.page-template-page-no-content .sf-menu li:hover ul {
	left: 0;
}

.page-template-page-no-content .sf-menu li:hover ul.sub-menu li:hover ul.sub-menu {
	top: 0;
	left: 200px;
	display: block;
}

.page-template-page-no-content .sf-menu  ul.sub-menu  {
	display: none;
}