• Resolved kokkieroy

    (@kokkieroy)


    Hi,

    I tried everything but I can’t put more white space between the header of the Related posts and the content above. This is the CSS code in the plugin:

    .rp4wp-related-posts ul{width:100%;padding:0px;margin:0px;float:left}
    .rp4wp-related-posts ul>li{list-style:square;padding:0;margin:0px;padding-top:0px;clear:both;}
    .rp4wp-related-posts ul>li>p{margin:0;padding:0;}
    .rp4wp-related-post-image{width:35%;padding-right:25px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;float:left;}

    How can I add more white space above the header of the plugin?
    Looking forward to hear from you.

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello,

    Thanks for reaching out to us.

    To add space above your heading, you can use the following CSS code:

    .rp4wp-related-posts {
        margin-top: 20px;
    }

    I hope that resolves the issue. Let us know if you require any further assistance.

Viewing 1 replies (of 1 total)

The topic ‘Top-margin related posts header’ is closed to new replies.