• Resolved abra2020

    (@abra2020)


    Since the last update to version 2.4.2 of Advanced Gutenberg PlugIn I detected a new issue with the Advanced Accordion Block: the header icons of each item are not positioned any more at the right side. I could fix that in my frontend with these css rules, which I copied out of the backend rules:

    .advgb-accordion-item {
    clear:both;
    }
    .ui-accordion-header {
    padding: 5px 40px 5px 10px;
    }

    .advgb-accordion-header-icon {
    float: right;
    margin-right: -30px;
    cursor: pointer;
    }

    Please make it available “out of the box” again – thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Advanced Accordion CSS Issues’ is closed to new replies.