Changing the alignment of the second line of items in a grid

Is it possible to change the alignment of the second line of items in a grid?


Here is my site Read-Only: Webflow - Property Development Institute

Hi @Steve-K,

I did a quick demo for how to do this here: CleanShot 2022-07-18 at 13.09.17 · CleanShot Cloud

Basically you’ll need to use display: flex instead of display: grid.

Make sure you set the following on the flexbox:

Children: Wrap
Align-Items: Center
Justify: Center

And set a width to the item (example: 250px)

Hope this helps to answer your question!

1 Like