badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

dropdown menu disappear when mouse hover

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #46889
    sara1
    Participant

    Hi, I have this problem on my blog http://www.maison-shabby-chic.com . The “Blog” first element of the menu has a submenu (Video, Eventi, Lifestyle….) but when I hover with the mouse the menu disappear and I cannot click on it.

    Here is the CSS file … anybody can help me please?
    Thanks a lot. Sara P.

    /* Dropdown */
    #access ul li ul,
    #access ul li:hover ul ul,
    #access ul ul li:hover ul ul,
    #access ul ul ul li:hover ul ul,
    #access ul ul ul ul li:hover ul ul {
    display: none;
    z-index: 9999;
    }
    #access ul li:hover ul,
    #access ul ul li:hover ul,
    #access ul ul ul li:hover ul,
    #access ul ul ul ul li:hover ul,
    #access ul ul ul ul ul li:hover ul {
    display: block;
    }
    #access ul li ul {
    position: absolute;
    background-color: #fff;
    border-top: 4px solid #63C6AE;
    top: 100px;
    left: 0;
    width: 190 px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    #access ul li ul li {
    float: none;
    margin: 0;
    }
    #access ul li ul li a,
    #access ul li.current-menu-item ul li a,
    #access ul li ul li.current-menu-item a,
    #access ul li.current_page_ancestor ul li a,
    #access ul li.current-menu-ancestor ul li a,
    #access ul li.current_page_item ul li a {
    float: none;
    line-height: 20px;
    font-size: 13px;
    font-weight: normal;
    height: 100%;
    padding: 6px 10px;
    color: #777;
    text-transform: capitalize;
    }
    #access ul li ul li a:hover,
    #access ul li ul li:hover > a,
    #access ul li.current-menu-item ul li a:hover {
    background-color: #F9F9F9;
    color: #63C6AE;
    }
    #access ul li ul li ul {
    left: 190px;
    top: 0;
    border: 0 none;
    -webkit-box-shadow: 4px 0 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 8px rgba(0, 0, 0, 0.2);
    }

    #46935

    Hi Sara,

    We have viewed your site and drop down menu is working fine when mouse hover on it.
    If you have any issue then let us know.

    Thank you for using our theme.

    #46979
    sara1
    Participant

    Hi, I solved the problem with the dropo down menu… It depended from an update of the template..
    Can I add a 3rd colums to the template? I have customized it so much that I don’t want to change it. I need a right colum to publish some other widgets.
    thx

    #47079

    Hi Sara,

    To add a 3rd column it needs code customization. You have to hire a developer as this is a new feature to add in the theme.

    Thank you!

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