bobbingwide / fizzie

Fizzie theme - a Full Site Editing theme using Gutenberg blocks
9 stars 1 forks source link

Update Fizzie to cater for changes in Gutenberg 12.9.0 #80

Closed bobbingwide closed 1 year ago

bobbingwide commented 2 years ago

The output from the bw_blogs shortcode in the footer is now being spaced with margin-block-start set to 24px due to the following inline CSS

.wp-container-19 > * + * {
    margin-block-start: var( --wp--style--block-gap );
    margin-block-end: 0;
}

One fix is to set some custom CSS.

.bw_blog {
    margin-block-start: 0px !important;
}

Is there another solution?

bobbingwide commented 1 year ago

Is there another solution?

Wait until Gutenberg drops the block gap stuff.

bobbingwide commented 1 year ago

delivered in v1.2.0