• In general, the sorted events go from left to right in ascending date order. This works great for the first row of events, but the trouble begins with the second row.

    If the event box heights are different, the next event date of the second row of events might be in the third column (of a four column display) and the following event in the first column, etc.

    For example, the first row will have Jan 1, Jan 2, Jan 3, Jan 4. But the next row might be Jan 8, Jan 5, Jan 7, Jan 6 depending on the height of the event boxes in the first row.

    The only way I could get them in order is by making the event descriptions consecutively longer from left to right to make sure the next row displays correctly. Unfortunately, this only works if the screen size allows for four across but goes to hell on smaller screens.

    Is there any way to get the events to go chronologically from left to right for every row regardless of the individual event box heights of the previous row?

    Hopefully this made sense.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sort order of events’ is closed to new replies.