Site logo

Archived topic

The size of the content list

9 replies · Started by Hiroki on April 5, 2022

Viewing posts 1–10 of 10

I started editing the starter site.
The content list exists as an element element, but the size of the frame varies, probably due to the length of the title.
Please tell me the setting to make the appearance even.Thank you.

Hi there,

can you share a link to your site where i can see the 'content list' ?

re you wanting to reduce the number of posts being displayed?
If so - go to Dashboard > Settings > Reading and reduce the Blog pages show at most value

No, the number of contents doesn't matter. I am dissatisfied with the uneven frame of the content. Some stretch vertically.

Ok, so you need to edit the Block Element - Content Template. And:

1. Set the Spacing Margin Bottom to 0
2. Set the border bottom to 0
3. Set the Minimum Height to around 220px.

Thank you David. Isn't it the setting that the frame naturally becomes larger as the number of characters in the title increases?

Yes it will.
Now you can add this CSS to adjust form that:

.generate-columns {
    display: flex;
    flex-direction: column;
}
.generate-columns > div {
    flex: 1;
}

Thank you.

You're welcome

This archived topic is closed to new replies.