Site logo

Archived topic

Need Help Lining Up The Rows

1 reply · Started by Randal on April 10, 2023

Viewing posts 1–2 of 2

Hi Randal,

The table you built on the pollutants page is just a Grid block, while the table on the other page is an actual <table>.

Based on your current structure, the Grid will not work when the text can wrap to the next line.

Your current structure is:


- Grid 
  - container 
    - p
    - p
    - more p...
  - container
    - p
    - p
    - more p...
  - container
    - p
    - p
    - more p...

I would recommend trying another structure:

- Grid
  - container
    - p
  - container
    - p
  - container
    - p
  - container
    - p
  - container
    - p
  - more containers...
    - p
This archived topic is closed to new replies.