• Hi,

    I was using WordPress Related Post with Modern layout.
    I’ve changed the size of the thumbnail through the following CSS.

    .related_post_title {
    }
    ul.related_post {
    
    }
    ul.related_post li {
    clear: both;
    }
    ul.related_post li a {
    }
    ul.related_post li img {
    width: 250px !important;
    height: 150px !important;
    }

    Everything was pretty fine, but when the text beside the thumbnail is shorter (height) than the thumbnail, the hr line in between is not displayed correctly.
    I would like to know how to customize the appearance of the text beside the thumbnail, making it
    TITLE (one line)
    EXCEPRT
    Author Date (right align)

    Thank you.

  • The topic ‘[Plugin: WordPress Related Post] How to customize the excerpt and date’ is closed to new replies.