skip to Main Content

Remove inline styling from gutenberg block gallery – WordPress

I have updated my wordpress and it now displays the following CSS on my page: <style> .wp-block-gallery-1{ --wp--style--unstable-gallery-gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) ); gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) )}</style><style> .wp-block-gallery-2{…

VIEW QUESTION
Back To Top
Search