[Resolved] Style related posts

Home Forums Support [Resolved] Style related posts

Home Forums Support Style related posts

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1639659
    Matteo

    I read every post here about related posts.

    With “Wp Show Posts” and some instructions, this is the result.

    I’d like to style better the related posts.

    Is it possible to have a bullet list fand a shorter distance from the posts’ titles?

    Thanks.

    #1639784
    Leo
    Staff
    Customer Support

    Hi there,

    I had a chat with Tom about this and typically we don’t recommend using WPSP to build related posts – it’s just not designed for it.

    However, if it works for you like this then you can try this CSS:

    .wp-show-posts article {
        display: list-item;
        margin-bottom: 0 !important;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #1639794
    Matteo

    Is there a security problem?

    #1639811
    Leo
    Staff
    Customer Support

    Nope. WPSP has no “related posts” logic built in.

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