Site logo

Archived topic

blog archive container - not equal length

1 reply · Started by Tony on June 23, 2021

Viewing posts 1–2 of 2

hi gp,

i've created a blog arrchive using elements. i've set the minimum height to 285px, however, on desktop and tablet mode, the first blog post container is not equal to the others, can you help in this case please?

see temp link and have a look on desktop/tablet mode the blog page.

Hi there,

remove the min-height value from the Container block.
And since you added the post-wrapper class try adding this CSS:

.post-wrapper {
    min-height: calc(100% - 20px);
}
This archived topic is closed to new replies.