Accordion item height limited to 1000px with max-height inline css
-
Hallo Team
Since the Essential Blocks plugin update yesterday, the accordion item content – when the accordion title is clicked – is limited to a maximum height of 1000 pixels by an inline style. It worked perfectly just before that, even with very long content.
In the Firefox inspector I found the following HTML:
<div class="eb-accordion-content-wrapper" style="max-height: 1000px;">
I tried to override this inline style by updating ‘eb-accordion-content-wrapper’ in my child-theme’s style.css with various pixel heights, “none” or “inherit” and even “auto”, but then all the accordion items on the page are kicked open all at the same time and not revealed individually as an accordion title is clicked.
Any suggestion to side-step this issue would be greatly appreciated.
The page I need help with: [log in to see the link]
- The topic ‘Accordion item height limited to 1000px with max-height inline css’ is closed to new replies.