Image size on post lists, how to stop them from stretching ?

Discussion in 'Poloray WordPress Theme' started by kerristevens, Feb 19, 2013.

  1. kerristevens

    kerristevens Guest

    Joined:
    Feb 13, 2013
    Messages:
    18
    Likes Received:
    0
    Hello,

    I would like to know how to adjust the image size on the posts list. The post page itself is good, its the lists of posts within categories, etc.. that show a stretched image. How can i modify it so that it stops ?

    Thank you !
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    .content-bar .post .post_content img.postimg {
    width: auto;
    }
    This will solve your issue.
     

Share This Page