CSS Grid - Align and Justify properties missing *****

In order to fully be usable, Pinegrow should add missing Aling and Justify CSS grid properties to the app grid editor, very important properties here.

Aligning items on the Block Axis: self-align and align-items

  • auto
  • normal
  • start
  • end
  • center
  • stretch
  • baseline
  • first baseline
  • last baseline

Justifying Items on the Inline Axis: justify-items and justify-self

  • auto
  • normal
  • start
  • end
  • center
  • stretch
  • baseline
  • first baseline
  • last baseline

Are there any reasons these properties are not included for css grid? Is like not including flexbox positioning properties in PG app.

Css Grid is no doubt the most powerful tool to build page layouts and deserve 100% attention from web site builders like Pinegrow.
Please Dev Team don’t forget about the core things (always improving them) while you enhance your apps.

@matjaz @Emmanuel

Many Thanks

2 Likes

that MDN article is super helpful at organizing your head around how flexbox and grid work with content.

esp like the “inline axis” vs “block axis” way of thinking about layout.

.has_clarity

1 Like