Viewing 6 replies - 1 through 6 (of 6 total)
  • I entered this code into the “custom css” and it solved the problem:

    .jayq-smoothness .ui-accordion .ui-accordion-content {
    height: auto !important;
    padding: 1em 2.2em;
    border-top: 0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    overflow: auto;
    display: none;
    zoom: 1;
    }

    Thread Starter dsaro

    (@dsaro)

    Thank you so much. That worked like a charm. I appreciate you take the time to post this.

    Hi, Mirjana_Mima. Thank you very much, very helpful.

    Hi, Dsaro. You should consider your problem as solved and reported in this thread, right?

    anielsen

    (@anielsen)

    The code Mirjana_Mima provided works but it messes up the jQuery transition. The accordion no longer slides open, it “jumps” open.

    Anyone else seeing this? Any ideas on how to correct that?

    anielsen

    (@anielsen)

    I ended up editing line 34 of jay.js to replace:
    autoHeight: false
    with
    heightStyle: "content"
    and things work much better.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Height of Accordian Panes’ is closed to new replies.