Site logo

Archived topic

Make post archive containers the same height?

3 replies · Started by Ema on November 8, 2021

Viewing posts 1–4 of 4

Hello GP Team, I hope you are all well.

I'm wondering how to make these archive containers all the same height?
I have used the block, content layout designer.

Best Ema

Hi there,

try this CSS:

.generate-columns > .gb-container,
.generate-columns > .gb-container > .gb-inside-container{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.generate-columns > .gb-container > .gb-inside-container > *:last-child {
    margin-top: auto;
}

Hi David, Thank you so much again. That is perfection!

I was targeting the wrong element!

have a wonderful day.

Ema :-D

Awesome - glad to hear that!

This archived topic is closed to new replies.