• The related posts plugin works very well.

    It would be great to make possible to define above margin / padding when the block is immediately after the post, since the title block “glues” with the end of post. It can be defined for any style the user chooses, like a fine control that adjusts the distance between the end of post and the beginning of Related Posts title.

    Thanks in advance.

Viewing 1 replies (of 1 total)
  • Plugin Author Sovrn

    (@sovrn)

    Hello @asoaresfil,

    Thank you for your inquiry and I apologize for the delayed response. In order to adjust the distance between the bottom of your post and the ‘Related Posts’ title, you will do the following:

    On the lefthand side of your WP blog, Choose settings => Related Posts. Once in the Related Posts settings, you should see a drop down for ‘Advanced Settings’. Under ‘Customize’, make sure ‘enable custom CSS’ is selected. In the CSS box below all of default CSS, you will add the following:

    .wp_rp_wrap .related_post_title
    {
    margin: 50px 0px 10px !important;
    }

    I hope this information helps, and please feel free to reach out with any additional questions you may have!

    Regards,

    Sovrn Support

Viewing 1 replies (of 1 total)
  • The topic ‘CSS adjusts on admin panel’ is closed to new replies.