• Resolved H

    (@streetboybd)


    After enable and use jet pack related post option there is a lot of space after related post list. and also a big space after share button list like relatedd post.

    And both of them are shown before post tag.

    Q. 1. Is there any way to place share button and related post list after post tags.
    and
    q. 2. Any way to reduce/resize the space after share button and related post list.

    Its embarrassing, if not possible i would like to disable share button and related post option but its very useful for me. help me to solve this issue.

    WordPress 4.3.1
    Theme: Twenty FourteenVersion v1.4
    Problem Example: https://db-bd.com/?p=406

Viewing 7 replies - 1 through 7 (of 7 total)
  • Yep its possible but without putting the theme name or website address, we can’t help you.

    Thread Starter H

    (@streetboybd)

    Post updated with wp version theme and example link. thankyou for noticed that.

    Q. 1. Is there any way to place share button and related post list after post tags.

    Answer: Yeap but you have to edit the theme and its quite risky.

    q. 2. Any way to reduce/resize the space after share button and related post list.

    Answer: Go to Plugin>Editor>Select Jetpack by WordPress from Right Upper Box > Select>open jetpack/css/jetpack.css file from right file list. Find these code (Use Ctrl+F):

    #jp-relatedposts {
        display: none;
        padding-top: 1em;
        margin: 1em 0;
        position: relative;
        clear: both;
    }

    Remove:

    padding-top: 1em;
        margin: 1em 0;

    Then hit save and Clear Cache by using Ctrl+F5. Hope this can work.

    Thread Starter H

    (@streetboybd)

    space problem solved. thanks minzaz. how about tag issue. in need i take risk for that, need to place share and related post after tag.

    Thread Starter H

    (@streetboybd)

    Is there any one who help me ?

    try with negative value on css

    .entry-content{
    margin-bottom: -40px !important;
    }
    Thread Starter H

    (@streetboybd)

    zota marius, here its -45px. lot of thanks for your reply. but how about left side huge margin.

    thanks again.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘A Lot of blank space below related post &/or share button list’ is closed to new replies.