Hi there,
We recommend using our free lightweight plugin GenerateBlocks for Headlines and Grids so that they are easily controllable. Reference: https://ww.wp.xz.cn/plugins/generateblocks/
References:
https://docs.generateblocks.com/article/headline-overview
https://docs.generateblocks.com/article/grid-overview/
Vielen Dank für deine schnelle Antwort. Generate Blocks benutze ich bereits. Es geht mir nicht um padding oder margin. Sondern um Abstände, die auf der Entwicklungsumgebung nicht zu sehen sind, aber sobald ich die Seite aufrufe. Ein Abstand ist zum Beispiel der vom Body zum Widget.
Hi there,
There is 40px padding around the footer widgets.
Without GP Premium you will need to use some CSS to change that:
.footer-widgets-container {
padding: 20px 40px;
}
That will reduce the top and bottom padding to 20px
The rest of the space comes from the core Group and Columns blocks in your content. Those too would require CSS which we can provide if needed but we would recommend using the GB Container and Grids blocks instead as those come with 0 default spacing and full styling controls built in.
1000 Dank. Das hilft. Kann ich bei GP Premium diese Abstände und auch die zwischen 2 unterschiedlichen Blöcken definieren?
No, GP Premium only modifies the theme styles it won’t interfere with core block spacing.
And core blocks are limited to their styling controls ie. little to no responsive settings. Its why we built GenerateBocks 🙂