Site logo

Archived topic

Last Article Box is Longer

3 replies · Started by Tom on May 11, 2016

Viewing posts 1–4 of 4

Hi Tom,

It seems that the last article box in the two-column layout on the blog homepage is always a tad longer than the one to the left of it, so, as a result it's not aligned at the bottom like the others are. I'm not using the Masonry layout because I don't like the look of the different heights of each box, I'm using the standard grid layout.

You can see this happening here: http://blog.kultureshock.net (the Barbara Conrad Smith article).

If I change the articles around so there's a different one that is displayed last, the same thing occurs. It seems to only happen with the last article listed on the page.

Anything I can do to even those up? Thanks!

Nice catch - try adding this CSS for now:

.separate-containers .generate-columns-container>:last-child {
    margin-bottom: 20px;
}

I'll come up with a better fix in the next version :)

Hi Tom,

Yep, that fixed it, thanks a lot!

You're welcome :)

This archived topic is closed to new replies.