Blog Post Images distorted

Discussion in 'Infoway WordPress Theme' started by partex, May 27, 2014.

Thread Status:
Not open for further replies.
  1. partex

    partex New Member

    Joined:
    Apr 17, 2013
    Messages:
    17
    Likes Received:
    3
    Can you tell me how to address the distortion/stretching of blog page images as shown on the attached screenshot?

    When looking at the actual post, the image is normal but when viewing the Blog page, the images are distorted.

    Thank you
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .content-bar .post .box .postimgbox img.postimg {
    width: 100%;
    height: auto;
    } 
    This will solve your issue.
     
  3. partex

    partex New Member

    Joined:
    Apr 17, 2013
    Messages:
    17
    Likes Received:
    3
    That works.
    Thank you for your quick response!
     
    Piyush likes this.
Thread Status:
Not open for further replies.

Share This Page