Block extras adds new attributes to many of the default Gutenberg blocks. This allows extra customisation on top of your theme's CSS, within the parameters you allow.
The plugin uses utility auto-generated CSS classes to add the relevant CSS attribute to your blocks,
no inline styles are used.
- Individual margins (including negative) and padding can be applied to many block types.
- Typography blocks (paragraphs and headings) can have line height and letter spacing applied.
- Rounded corners can be applied to groups blocks.
Blocks currently supported
- core/paragraph - margin, padding, line height, letter spacing
- core/image - margin, padding
- core/heading - margin, padding, line height, letter spacing
- core/gallery - margin
- core/list - margin, padding
- core/quote - margin, padding
- core/table - margin
- core/group - margin, padding, rounded corners