Site logo

Archived topic

Submenu no appears when mouse rollover

3 replies · Started by pablo ho on June 15, 2018

Viewing posts 1–4 of 4

Hi, this is my website: http://www.fullen.pe

the problem is in the Main Menu, when mouse rollover the submenu option not appears.

null

Hi there,

You have this block of CSS added which is hiding it:

.main-navigation ul ul {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    display: none;
    float: left;
    position: absolute;
    left: 0;
    z-index: 99999;
    width: 300px;
    text-align: left;
}

Note the display: none; line.

great, fixed! thanks for your help!

No problem!

This archived topic is closed to new replies.