Home Forums Theme support Gallery Menu

This topic contains 3 replies, has 2 voices, and was last updated by  7Theme Support 7 years, 6 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Hello, I have bought the theme close up.
    I have a problem with the Gallery menu.
    In my home page http://www.cinziagarattoni.it/ go with the mouse on the Gallery menu that appears bad. Malawi is written above the menu, Why? There are too many voices?
    Thank you

    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;
    }

    Thank You 🙂

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.