• Resolved adityathakur

    (@adityathakur)


    There was no space when we used two styled lists together. It was great to show the Pros and Cons. But now, the extra space is added between two style lists, and they look separated. How to disable this space because the previous version of the style list was better.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Alexis Pandaan

    (@alexius08)

    Hi @adityathakur ! WordPress changed the way lists are being handled in the editor. We had to remove the space between styled list items during the transition to the new format (which turned out to be more complicated than expected). We’ll check if restoring it in a way that would be compatible with the new format would be possible, however.

    In the meantime, you may use the following custom CSS snippet for removing the space between styled list blocks on your page:

    .ub_styled_list{
        margin-bottom: 0;
    }

    Please let us know how it goes.

    Plugin Author Imtiaz Rayhan

    (@imtiazrayhan)

    @adityathakur we will let you know when we bring it back in the next release.

    Kind regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Space between Styled List’ is closed to new replies.