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

Support for more grid columns.

Tarka-Dhal opened this issue · comments

Hello, is possible to create support for more columns than 12? I'm using $grid-columns: 24; in some templates to more precision layout. I can change it on front end, but not in back-end.

Thank you.

Hi @Tarka-Dhal. In the current solution the 12 columns are hardcoded. So sadly it's not easily possible to change it to 24. The feature itself shouldn't be too hard to implement but we would then need to add a Plugin setting page itself to adjust to value. At some point we will add that but it doesn't have a high priority for us.

Now that the plugin has a settings page, any chance this could creep further up the priority list?

Good catch 😉 But we will probably start with adding some already existing options to the settings page before creating new ones. The column count also has some hard-to-solve implications on the styling in the editor.