Jump to content

Drop down menu


Recommended Posts

How to fix this bug? I tryed to delete and install again tophorizontal module, tryed to upadet but result - same.

 

menu.pngSo as u can see drop down menu not working correct. 

 

 I`m using default bootstrap theme and default tophorizontal menu module.

Edited by mantasl (see edit history)
Link to comment
Share on other sites

superfish-modified.css line: 97

.sf-menu li ul {
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.2);
    display: none;
    height: 43px;
    left: 0;
    padding: 12px 0 18px;
    top: 59px;
    z-index: 99;
}

height: 43px work on every single menu except first one. Try to limit your selector with children css selector [ > ] and set propper min-height / height to your 2nd menu insted of 43px.

Edited by falkor (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...