Site logo

[Resolved] Submenu no appears when mouse rollover

Home Forums Support [Resolved] Submenu no appears when mouse rollover

Home Forums Support Submenu no appears when mouse rollover

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #600937
    pablo ho

    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

    #600940
    Leo
    Staff
    Customer Support

    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.

    #600970
    pablo ho

    great, fixed! thanks for your help!

    #600974
    Leo
    Staff
    Customer Support

    No problem!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.