• Hi there,

    I’ve just installed this plugin with the Toggle style and it’s working perfectly for the most part.

    However, I have found that when all of the FAQs are toggled open at once, the page does not expand to include all the text, and as a result the last question gets cut off. Is there something I can do to avoid this?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Usman Ali Qureshi

    (@usmanaliqureshi)

    Hi,

    Thank you for your kind words about our plugin. I have checked the issue on the page you have sent (as a link). It is not a problem of the plugin but the theme has the issue here.

    However, to fix the problem please use the following CSS code in Additional CSS box (DashboardAppearanceCustomizeAdditional CSS):

    .page-id-2808 #main, .page-id-2808 .fusion-row {
        height: auto;
        overflow: auto;
    }
    .page-id-2808 .fusion-footer {
        margin-top: 30px;
    }

    If you have any questions or need further assistance, kindly let us know.

    Thank you,

    Usman

Viewing 1 replies (of 1 total)
  • The topic ‘Page length not expanding with open toggle’ is closed to new replies.