• Hello, I like to set the Vertical (Medium). I want to customize only the size of the thumbnail will make rectangular than square.
    Entering this code css custom unfortunately not working.

    .related_post_title {
    }
    ul.related_post {
    }
    ul.related_post li {
    }
    ul.related_post li a {
    }
    ul.related_post li img {
    width: 150px;
    height: 77px;
    }

    I can have the entire code of the css vertical (Medium)?
    Thank you

    https://www.ads-software.com/plugins/related-posts-by-zemanta/

Viewing 1 replies (of 1 total)
  • Hey,

    thanks for reaching out!
    The following code should help if I understood you correctly (also, please note that with some blogs there is an additional code needed, so if the code bellow won’t work, please give me a link to your blog, so that I can take a closer look):
    .related_post_title {
    }
    ul.related_post {
    }
    ul.related_post li {
    }
    ul.related_post li a {
    }
    ul.related_post li img {
    width: 150px !important;
    height: 77px !important;
    }

    Also, make sure that the custom size thumbnail option is checked and the modified size is entered.

    Let me know how it goes, take care and have a lovely day,
    Petra

Viewing 1 replies (of 1 total)
  • The topic ‘Rectangular thumbnail.’ is closed to new replies.