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

Container fluid is not respected in backend

nanu-c opened this issue · comments

commented

There is no possibility for the gutenberg editor to distinguish between container and container fluid. That would be nice to reduce confusion for non tech-editor of the page.

You mean there is no way to visually distinguish between a fluid and a non-fluid container in the editor right? Styling the editor is always a bit tricky since the core Markup and Styles change with nearly every release of Gutenberg/WordPress. That's why we tried to avoid styling modifications as much as possible. But you're right it would definitely make sense to show a visual hint that the current container is fluid or not.

commented

Yeah i mean that :). But I would say, setting an extra class in gutenberg for container fluid is enough for me, because if i really want to give a visual hint, I can add some styles to the theme.