beaverbuilder / feature-requests

Feature request board for Beaver Builder products.
26 stars 4 forks source link

Add Gutenberg basic block css #21

Open chillybin opened 4 years ago

chillybin commented 4 years ago

Using Themer for the post layout on he front end, on the back end I like to keep Gutenberg on for easy editing of blog posts. I've noticed that there is no default CSS added for alignwide, alignfull or even 2 or 3 column galleries. Would like some stands blocks to have at least the basic css

chillybin commented 4 years ago

Maybe solved with

add_theme_support( 'wp-block-styles' );

But would be nice to have some basic enhancements in the theme also