Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter adiestrar

    (@adiestrar)

    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

    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

    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.