Archived topic
Best practice for creating a page for Gutenberg
3 replies · Started by Tye on September 14, 2020
Hey what is the best practice (what do I need to turn on/off) for creating a page template to build pages using the Gutenberg editor as in removing padding and margin from anything in div#page and setting this all in Gutenberg?
Thanks
Hi there,
if you're wanting to have Full width content, or mixed width content then our recommendation is:
1. Enable the Full Width option using the Page Builder Container:
https://docs.generatepress.com/article/page-builder-container/
This will set the Page to full width and remove the padding.
2. Use the GenerateBlocks plugin:
https://wordpress.org/plugins/generateblocks/
You can now add Container Blocks - that you can control the container width, padding and many other styles.
Perfect - thanks :)
You're welcome