liip / bootstrap-blocks-wordpress-plugin

Bootstrap Gutenberg Blocks for WordPress

Home Page:https://wordpress.org/plugins/wp-bootstrap-blocks/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extra div with empty class

psordi opened this issue · comments

Hello, first of all, great plugin and great work.
I've just noticed that after a column is created, in the HTML output a new 'div' is inserted.
For example:
<div class="col-12 col-md-4"><div class="">...</div></div>
Thanks for your attention.

Hi @psordi. This is a know issue of the column template. It's described in this issue: #31. You'll also find a workaround in the answer. We'll probably will remove the empty div in a next release of the plugin. Such template changes are always a bit critical since they might break current installations.

This is fixed in version 2.1.0 of the plugin.