Auto: Centered

Last updated


Centering adds the place-items property to the grid:

.wp-block-b2wp-grid.grid-centered {
  place-items: center;
}

Basic centering:

I am centered

With padding on the containing CSS grid block:

I am centered with padding

Multiple centered inner blocks:

I am centered with padding

So am I