My first post seems to be bigger height wise then the others which makes stacking messed up for the third post. Can someone help me fix this? If I zoom in, it seems to line up properly but when I go back to my normal resolution it gets messed up again.
That's because there is more content in the first box, making it larger. You'll need to set up the 'read more' to truncate a specific range that guarantees a set height.
You'll probably need to set a height in the CSS as well, as different characters have different widths and could end up making the post too tall anyways.
On my website which you can see here
My first post seems to be bigger height wise then the others which makes stacking messed up for the third post. Can someone help me fix this? If I zoom in, it seems to line up properly but when I go back to my normal resolution it gets messed up again.
That's because there is more content in the first box, making it larger. You'll need to set up the 'read more' to truncate a specific range that guarantees a set height.
Not sure why it's doing it though. I'm using these functions to create the excerpt
You'll probably need to set a height in the CSS as well, as different characters have different widths and could end up making the post too tall anyways.
alrighty I'll give that a try. Thanks