Site logo

[Support request] Need Help Lining Up The Rows

Home Forums Support [Support request] Need Help Lining Up The Rows

Home Forums Support Need Help Lining Up The Rows

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2604054
    Randal

    I have built a table at https://www.theherbsplace.com/pollutants/ but the rows aren’t lining up (it starts at nitrates.) This is how the table should look https://www.theherbsplace.com/the_importance_of_water_sp_170/ (just scroll down to “Common Water Problems.”

    Also, I would like for each alternate row to have a background color.

    Thanks,

    Randal

    #2604706
    Ying
    Staff
    Customer Support

    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
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.