• Resolved ioannispolymenakos

    (@ioannispolymenakos)


    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 to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Looks like you have already added blank space for yourself. Nice!

    Thank you for using Related Posts Thumbnails.

    Cheers ✌

    Thread Starter ioannispolymenakos

    (@ioannispolymenakos)

    Yes but I did it every time I make single post . There is a way to make it for all posts? Maybe Css code?

    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.