Title: Margin between post and H3
Last modified: August 31, 2016

---

# Margin between post and H3

 *  [adiestrar](https://wordpress.org/support/users/adiestrar/)
 * (@adiestrar)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/margin-between-post-and-h3/)
 * Hi Petra, your plugin is wonderful, very useful to my website 🙂
 * Unfortunatelly I’m trying to customize it with css to have more space (margin)
   between the post content and the related post title but it doesn’t work.
 * I’ve using this custom css code:
 * .related_post_title {
    margin-top: 50px !important; }
 * and also this one:
 * .zem_rp_wrap .related_post_title {
    margin-top: 50px !important; }
 * The css is ok, but strangely is overwritten by the parent, **even using the !
   important tag.**
 * [http://www.adiestradordeperros.com/como-ven-los-perros/](http://www.adiestradordeperros.com/como-ven-los-perros/)
 * Could you help me please?
 * Thanks in advance 😉
 * [https://wordpress.org/plugins/related-posts-by-zemanta/](https://wordpress.org/plugins/related-posts-by-zemanta/)

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

 *  Thread Starter [adiestrar](https://wordpress.org/support/users/adiestrar/)
 * (@adiestrar)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/margin-between-post-and-h3/#post-6979676)
 * I could resolve the problem adding the following code:
 * div.wp_rp_content {
    margin-top: 40px; }
 * It’s ok? Do you think I could have any problems in the future with this?
 * Thank you
 *  [PetraP](https://wordpress.org/support/users/petrap/)
 * (@petrap)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/margin-between-post-and-h3/#post-6980042)
 * Hey,
 * really sorry for the late reply! And really appreciate the kind words, we are
   always happy to hear that users like our plugin 🙂
 * Also, glad to hear you have figured it out – the code should not cause any issues
   but just to double check – you have added it in the plugin settings in the “custom
   CSS” box?
 * I look forward to your reply,
    Petra
 *  [trinejuel](https://wordpress.org/support/users/trinejuel/)
 * (@trinejuel)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/margin-between-post-and-h3/#post-8299270)
 * Hi, I’m experiencing the same issue.
 * I need to add padding between the title and a border which all my titles have,
   so the above solution doesn’t work for me as it only fixes the padding issue.
 * The plugin CSS has !important for .related_post_title which is why I can’t overwrite
   it. What to do?
 * PLUGIN CSS:
 * .zem_rp_wrap .related_post_title {
    clear: both; padding: 0 !important; margin:
   0 !important;
 * CUSTOM CSS:
 * .related_post_title {
    font-size: 18px; font-weight: bold; margin-bottom: 25px!
   important; margin-top: 50px !important; color: #4A4A4A; padding-bottom: 10px !
   important; border-bottom: 1px solid #eee; text-align: center;

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

The topic ‘Margin between post and H3’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/related-posts-by-zemanta_7b9a7c.svg)
 * [Related Posts by Sovrn](https://wordpress.org/plugins/related-posts-by-zemanta/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/related-posts-by-zemanta/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/related-posts-by-zemanta/)
 * [Active Topics](https://wordpress.org/support/plugin/related-posts-by-zemanta/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/related-posts-by-zemanta/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/related-posts-by-zemanta/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 3 replies
 * 3 participants
 * Last reply from: [trinejuel](https://wordpress.org/support/users/trinejuel/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/margin-between-post-and-h3/#post-8299270)
 * Status: not resolved