Making a grid NOT masonry

I added a grid layout to my page using the ‘Add Lists+Grids’ option on the left sidebar. I am using this to display events from a dynamic dataset. Some of the boxes have a little more text so it’s turned into a masonry layout. Is it possible to make it a layout where the boxes line up no matter what?

Hi D ellajeanwheeler ,
The elements are being pushed by the textbox, to fix this problem simply make the textbox larger to accommodate more text.
Good luck!

I tried your option and it seems like there has to be a better way. When I do this, text is either too jumbled or way too spaced out. I’d like the text to stay cohesive while also maintining the set size of the container.

Hi,

There is also second option, which requires coding:

  • Add an additional text box(es)
  • Create a function to check the length of the string
  • Split the string into two boxes if the string exceeds a specified length

Ido, I am sadly not an experienced coder. Would there be a string of code that could get me started?