Site logo

Archived topic

How to remove space between related posts?

5 replies · Started by Prabhu on August 14, 2020

Viewing posts 1–6 of 6

Hi,

Using WP Show Posts, I'm showing related posts after the content.

I want show the related posts using the bullets and also want to remove unwanted space between each related posts.

Can you help me on this?

Thanks

Hi there,

try this CSS:

.wpsp-related-posts1 .wp-show-posts .wp-show-posts-single.post {
    margin-bottom: 0.75em;
}

Thanks a lot.

Is there anyway to add the bulleted points to the related posts?

Try something like this:

.wp-show-posts-entry-title a:before {
    content: "-";
    padding-right: 5px;
}

Thanks a lot to both of you.

No problem :)

This archived topic is closed to new replies.