Archived topic
recent posts were displayed wrong.
11 replies · Started by Philipp on September 28, 2021
Hello,
why does the recents posts look like this in the editor: https://www.awesomescreenshot.com/image/14140805?key=641c63668ae8e596f5fc68a36b51e386
for the site herrlichergarten.de
but like this in reality: https://www.awesomescreenshot.com/image/14140614?key=6bebc07161db9f3cd330be6fdf418c99
Hi there,
try adding this CSS:
.wp-block-latest-posts.is-grid {
margin-left: 0;
}
Thx, that worked;)
Is it possible to make look the design like this?;)
https://www.awesomescreenshot.com/image/14143468?key=7b21b34ff0d7d975960de88be7e35ab2
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.
Hi, yes the complete style with the colour of the text, the background etc.;)
Normally i added the features but maybe they were blocked by other css code?
https://www.awesomescreenshot.com/image/14149829?key=84538f59f3c01d3bcddfa3de4d6e9a79
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?
Unfortunately not.
If it's on a blog/archive page then you can use a content template:
https://docs.generatepress.com/article/block-element-content-template/