Support » Plugin: Easy Accordion Gutenberg Block » Bugs with lists

  • Resolved manueldeutsch

    (@manueldeutsch)


    Thanks for the Plugin, works great but run into a small bug. I use the accordion with numbered list as content, but the numbers won’t display, because of the following css class :

    .wp-block-esab-accordion .block-editor-block-list__layout {
        display: block;
        flex-direction: column;
        justify-content: space-between;
    }

    The display: list-item; of the <li> elements will be overwritten because of that and therefore no list items will be shown.

    The native + Button will also be overwritten with the rounded one inside list items.

Viewing 1 replies (of 1 total)
  • Plugin Author Binsaifullah

    (@binsaifullah)

    actually the plugin doesn’t have any control over the inside content. It can be controlled totally from your theme. I hope you have understood the matter. thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Bugs with lists’ is closed to new replies.