• Resolved kaziukos

    (@kaziukos)


    When the accordion field is expanded, the entire content is not visible.
    The maximum height is 1000px
    <div class="eb-accordion-content-wrapper" style="max-height: 1000px;">
    How and where to change it?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @kaziukos,

    I hope you are doing well.

    You can simply fix this issue by using some Custom CSS. Please use this Custom CSS given below –

    html body div.eb-accordion-inner div.eb-accordion-wrapper div.eb-accordion-content-wrapper {
      overflow: auto !important;
    }

    You can simply add custom CSS by navigating to your WordPress Dashboard -> Appearance -> Customize. After you are on the Customizer page, search for the “Additional CSS” option. You can then go ahead and insert the CSS Code.

    Please check this screencast to learn more – https://d.pr/v/QrrfTw

    Let me know how it goes. Thank you

    Thread Starter kaziukos

    (@kaziukos)

    Thank you very much
    That was it

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Accordion – height’ is closed to new replies.