Title: padding after single post content
Last modified: July 16, 2019

---

# padding after single post content

 *  Resolved [ioannispolymenakos](https://wordpress.org/support/users/ioannispolymenakos/)
 * (@ioannispolymenakos)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/padding-after-single-post-content/)
 * Hi I found that related post thumbnail insert the “Related Posts” title on the
   very next line AFTER my single post content. There’s no white space above the
   title, making it appear to be the last line of the current post.how I add spacing
   between them
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpadding-after-single-post-content%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Asad Shahbaz](https://wordpress.org/support/users/artisticasad/)
 * (@artisticasad)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/padding-after-single-post-content/#post-11750145)
 * Hi,
 * Looks like you have already added blank space for yourself. Nice!
 * Thank you for using Related Posts Thumbnails.
 * Cheers ✌
 *  Thread Starter [ioannispolymenakos](https://wordpress.org/support/users/ioannispolymenakos/)
 * (@ioannispolymenakos)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/padding-after-single-post-content/#post-11750709)
 * Yes but I did it every time I make single post . There is a way to make it for
   all posts? Maybe Css code?
 *  [Asad Shahbaz](https://wordpress.org/support/users/artisticasad/)
 * (@artisticasad)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/padding-after-single-post-content/#post-11753925)
 * Here is a simple CSS snippet you can use:
 *     ```
       .relpost-thumb-wrapper {
         margin-top: 100px;
       }
   
       @media(max-width:768px) {
         .relpost-thumb-wrapper {
           margin-top: 60px;
         }
       }
   
       @media(max-width:480px) {
         .relpost-thumb-wrapper {
           margin-top: 30px;
         }
       }
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘padding after single post content’ is closed to new replies.

 * ![](https://ps.w.org/related-posts-thumbnails/assets/icon-256x256.png?rev=1602092)
 * [Related Posts Thumbnails Plugin for WordPress](https://wordpress.org/plugins/related-posts-thumbnails/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/related-posts-thumbnails/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/related-posts-thumbnails/)
 * [Active Topics](https://wordpress.org/support/plugin/related-posts-thumbnails/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/related-posts-thumbnails/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/related-posts-thumbnails/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Asad Shahbaz](https://wordpress.org/support/users/artisticasad/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/padding-after-single-post-content/#post-11753925)
 * Status: resolved