Site logo

[Support request] Space after hook posts page

Home Forums Support [Support request] Space after hook posts page

Home Forums Support Space after hook posts page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2497200
    Jeroen

    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

    #2497310
    David
    Staff
    Customer Support

    Hi there,

    can you share a link to the site where i can see this ?

    #2499771
    Jeroen

    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.

    #2499791
    Fernando
    Customer Support

    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.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.