Site logo

Archived topic

Category pages looks slightly different?

5 replies · Started by William on May 16, 2021

Viewing posts 1–6 of 6

Hi there,

I have not updated any CSS, but have noticed the gap in the articles on archive pages is not appearing?
See here. See how it looks different to a staged site screenshot below:

Is there a way I can correct this?

Kind regards,

Will

Hi William,

I'm seeing this CSS that's causing the issue:

.generate-columns {
margin-bottom: 0px;
padding-left: 0px;
}

Hope this helps :)

Ah yes thank you! Not sure where that came from.

Is there a way to vertically align the text in the boxes too?

Hi there,

if you want them vertically centred then you can try this CSS:

.generate-columns-container article.post .inside-article {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

Ah that's perfect thank you :)

You're welcome

This archived topic is closed to new replies.