Archived topic
Space after hook posts page
3 replies · Started by Jeroen on January 16, 2023
Hello,
I like to show the recent comments on the top of the blog page. I used a hook to show the recent comments using a plugin and shortcode. This works. Now I like to create some space in between the content created by the hook and the first blog post. I tried using css en <p> but both doesn't seem to work.
Greetings,
Jeroen
Hi there,
can you share a link to the site where i can see this ?
Hi,
I sent you a link with login credentials.
Would actually be great if it could show the responses under each post instead of just the number of posts but I understood this is something beyond the theme.
Hi Jeroen,
For the spacing, here's a CSS you can try adding through Appearance > Customize > Additional CSS:
ul#better-recent-comments {
margin-bottom: 50px;
}
As for placing the comments after each article, it may be good to ask the support of the plugin you used if they have recommendations regarding this.