Viewing 2 replies - 1 through 2 (of 2 total)
  • RedForest

    (@redforeststudios)

    Had the same issue, and like me, you are using heights on your list items. Simply removing the line in Chrome inspector fixed the issue, same thing on my site.

    .dcjq-accordion ul li {
    background-image: url(“images/menubar.png”);
    height: 35px;
    display: block;
    margin-bottom: 2%;
    width: 100%;
    font-size: 15px !important;
    text-align: right;
    line-height: 35px;
    padding-right: 4%;
    font-weight: bold;
    }

    Thread Starter wbshaw

    (@wbshaw)

    Perfect. Thanks ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: JQuery Accordion Menu Widget] Menu not expanding when child items shown’ is closed to new replies.