Search for: Log In Free Support [Resolved] How to remove space between related posts? Home › Forums › Support › How to remove space between related posts? This topic has 5 replies, 3 voices, and was last updated 8 months ago by Leo. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts August 14, 2020 at 6:51 am #1402578 Prabhu 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 August 14, 2020 at 8:00 am #1402804 DavidStaff Customer Support Hi there, try this CSS: .wpsp-related-posts1 .wp-show-posts .wp-show-posts-single.post { margin-bottom: 0.75em; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ August 14, 2020 at 9:06 am #1402908 Prabhu Thanks a lot. Is there anyway to add the bulleted points to the related posts? August 14, 2020 at 9:09 am #1402913 LeoStaff Customer Support Try something like this: .wp-show-posts-entry-title a:before { content: "-"; padding-right: 5px; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ August 14, 2020 at 9:31 am #1402946 Prabhu Thanks a lot to both of you. August 14, 2020 at 9:36 am #1402952 LeoStaff Customer Support No problem 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In