[Resolved] Last Article Box is Longer

Home Forums Support [Resolved] Last Article Box is Longer

Home Forums Support Last Article Box is Longer

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #193517
    Tom

    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!

    #193555
    Tom
    Lead Developer
    Lead Developer

    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 ๐Ÿ™‚

    #193593
    Tom

    Hi Tom,

    Yep, that fixed it, thanks a lot!

    #193605
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.