• Resolved Gidseo

    (@gidseo)


    Hi Phil
    Hoping you might be able to point me in the right direction re. removing an additional space (between Why does it happen and RTS diagnosis) I’ve somehow introduced and now can’t find a way of removing!
    Many thanks
    Gideon

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author philbuchanan

    (@philbuchanan)

    It looks like everything in “RTS diagnosis” and below are in a WordPress “Group” block. The Group block is adding 4em of padding on the top and bottom:

    .wp-block-group {
        padding-top: 4em;
        padding-bottom:4em
    }

    You can either remove the accordion items from the group (so they are all at the same level), or adjust your styles to remove the padding from groups (be careful if you do this, it may impact other areas of the site).

    Thread Starter Gidseo

    (@gidseo)

    Thank you – space is now gone!
    One last question – and I’m sorry if I’m missing the obvious but Is RTS hereditory has nested itself in Why does RTS happen but I’d like it as a seperate Q/A – how to unest?

    Plugin Author philbuchanan

    (@philbuchanan)

    The easiest way to un-nest an accordion is to use the built in drag and drop functionality of Gutenberg. When you have an accordion block selected, in the toolbar you’ll see an icon with 6 dots. You can click and drag the 6 dots icon to move the block. Simply drag it out of the other accordion item content, and drop it somewhere at the top level of your content.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Vertical spacing between blocks’ is closed to new replies.