To have access to adjusting the width of the paragraph block, you must activate the ReactJs base script.
Tab Customize blocks / section more customization .
The setting is then accessible in the “ECCP Styles” panel of the sidebar of the editor.
there lies a bug, i added a break point at 768px to set the width of the paragraph block in the upcoming version 2.3.1.
Thread Starter
Li-An
(@li-an)
OK, the Javascript is needed for options but won’t be loaded on frond end ?
The reactJS-based javascript is only loaded in the backoffice to add settings to Gutenberg blocks.
These settings allow CSS classes to be added to blocks.
In Front End the customization is then only done by CSS code.
Example for a width of 60% the applied class is:
is-style-eccp-size-small
Clarification: by default the paragraph block width setting is 100% and then no class is applied to the block.