Viewing 3 replies - 1 through 3 (of 3 total)
  • If you look closely at the third tile, the post title wraps around to a second line, so that pushes the rest of the content down. There’s no real easy way to fix, because you would have to make sure that not only are all of your post titles take up the same number of lines, but that the post excerpts are also the same length. Notice how the first tile is longer than the second? It’s because there are four lines in the post excerpt for the first tile and only three lines in the second tile. The first and third tiles are actually about the same size. Then the first tile in the second row is really long because there’s three lines of title followed by five lines of content. You could probably add some CSS to make sure that all tiles are the same height, but that would mean that some of the tiles are going to have a lot of empty space at the bottom (the ones with shorter titles & excerpts).

    Actually, it wouldn’t be that easy to set the heights using CSS because the positions are calculated & set using javascript.

    Thread Starter esaua

    (@esaua)

    Well the posts have always been uneven but when I add a new post, everything shifts and that section always extends that post.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘HomePage Issues’ is closed to new replies.