• When I insert a left-aligned image into the “content” area of the Accordion block, if that image is taller than the rest of the contents of that area, then when the section is expanded, the image protrudes outside the container, causing text below that point to wrap around the image. This also includes the heading of the next Accordion block below this one. This is rarely going to be the desired behavior. I’m able to adjust for it with the following custom CSS:

    div.lightweight-accordion-body { overflow-y: hidden; }

    However, it would be nice not to have to do this — I’d like the above to be the default styling.

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

  • You must be logged in to reply to this topic.