Site logo

Archived topic

recent posts were displayed wrong.

11 replies · Started by Philipp on September 28, 2021

Viewing posts 1–12 of 12

Hi there,

try adding this CSS:

.wp-block-latest-posts.is-grid {
    margin-left: 0;
}

Thx, that worked;)

With the Excerpt and the Read More ?
If so add those options in the Latest Posts block ill take a look at what we can do with some CSS.

Can you link us to the page in question so we can try to provide some CSS?

Hey, yes herrlichergarten.de

Look at this

The example site you've linked is using Kadence block and it doesn't look like it can be replicated easily with CSS.

Something like this should help you to get started:

.wp-block-latest-posts.is-grid li {
    background-color: #fff;
    padding: 20px;
}

Unfortunately we cannot provide a full custom solution here.

Okey, thx but do you offer some templates or so for different blog types?

This archived topic is closed to new replies.