Horizontal Stretching of Images

Discussion in 'Appointway WordPress Theme' started by dustin807, Oct 5, 2015.

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

    dustin807 Member

    Joined:
    Jun 11, 2015
    Messages:
    65
    Likes Received:
    0
    In the homepage feature area, under the first feature heading titled "Attorney BIO," the theme is stretching the image of my attorney in the First Feature Image.

    It doesn't matter what size I make the image, it still looks as if the theme is stretching the image. Even when I use the optimal suggested size, the imaged still gets horizontally stretched. How can I make this stop?
     

    Attached Files:

  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    I am unable to find out the area in your provided site URL earlier i.e. http://www.taylortxlaw.com/

    Could you please provide us 'URL' of your site along with some edited screenshot so that we can better assist you?

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. dustin807

    dustin807 Member

    Joined:
    Jun 11, 2015
    Messages:
    65
    Likes Received:
    0

    Attached Files:

  4. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    I would like to inform you that the theme is setting each image to a fixed height and width, 200px and 217px respectively. This is done in order to display every image in same proportions. If this is not done, the various images look distorted in the web page. However, the control is in your hands. Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .featurebox .featurebox_desc img {
        width: 217px !important;
        height: 200px !important;
    }
    
    Note:- The Width : 217px and Height : 200px is the current value in your theme. You need to first change the values according to your requirement and then paste the above code as specified.

    Hope this helps

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  5. dustin807

    dustin807 Member

    Joined:
    Jun 11, 2015
    Messages:
    65
    Likes Received:
    0
    You have resolved he issue. I simply cropped the current image to match the proper dimensions. Thanks for explaining.
     
Thread Status:
Not open for further replies.

Share This Page