In the same way that the COLUMNS block is already adding padding when configured as alignwide the GROUP block is now doing the same.
@@ -30,4 +30,10 @@
padding: #{map-deep-get($config-global, "spacing", "vertical")};
}
+
+ &.alignfull {
+ padding-left: #{map-deep-get($config-global, "spacing", "horizontal")};
+ padding-right: #{map-deep-get($config-global, "spacing", "horizontal")};
+ }
@@ -1740,6 +1740,11 @@ button[data-load-more-btn], .button {
+.wp-block-group.alignfull {
+ padding-right: 16px;
+ padding-left: 16px;
+}
h1, .h1,
h2, .h2,
h3, .h3,