• Resolved csattotal

    (@csattotal)


    Hi @adolat, thank you for this lovely plugin. We have gone through many of the other queries and applied some of the changes suggested to get where we are. However there are a few things we would like to correct further.
    (1) we have more space beneath the image + title on all odd numbered posts. The space beneat the even numbered posts is much less. Is there a way to remove it or make the padding uniform for each post with image.
    (2) We have done a text alignment of justify. However the post title is starting very close to the image. Is there a way to put a margin here
    (3) Is there a neater way of presenting the posts. for e.g. can there be a separation line between posts or maybe a box around each post including image.

    Site address is here.

    https://ww.wp.xz.cn/plugins/posts-in-sidebar/

Viewing 1 replies (of 1 total)
  • Plugin Author Aldo Latino

    (@aldolat)

    Hi @csattotal
    first of all, please accept my apologies for having read your post only now! I didn’t receive any notification.

    I see that you do not use any excerpt, but only an image and the title. So choose “Do not show any text” in “Displaying posts” > Display this type of text.

    Then add these lines in the box Styles > Custom Styles:

    li.pis-li {
    overflow: hidden;
    margin: 10px 0;
    }
    
    img.pis-thumbnail-img {
    margin-right: 10px;
    }
    
    p.pis-title {
    padding-right: 10px;
    }

    These lines should fix all your three requests.

    Let me know, please.

Viewing 1 replies (of 1 total)

The topic ‘Space below image on all odd posts’ is closed to new replies.