how do I resize pics in the 3 column area of the home page

Discussion in 'Woodpecker WordPress Business Theme' started by sandradohn, Jan 31, 2016.

  1. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Hi There, 2 of the pics on the home page 3 column section are two large. How do I adjust these to match the one on the right hand side? The website is breakthroughppc.com and I have attached a screenshot of the issus. Thanks, Sandra
     

    Attached Files:

  2. priya

    priya Guest

    Hello Sandra,

    Greetings from InkThemes!

    I have checked your site and would like to tell you that you are using a large image for the featured area..

    So you are kindly suggested to choose image with the given standard size as I have mentioned in the screenshot given below, please have a look..

    feature_image_standard_size.png

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Hi There, I tried resizing the pic and even went to 150 px . All that happens is the pic looks big and blurry from poor resolution....Please advise. Thanks, Sandra
     
  4. priya

    priya Guest

    Hello Sandra,

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature-page-wt-thumb-container img {
        width: 84%;
        height: auto;
    }
    Change numeric value as per your requirement..

    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Hi There, Thanks for your reply. I put in the code and the pic on the left looks good in terms of the size but it is not centered. How do I center it? Also, the other 2 pics are now way to small. Even when I use a very large pic, they only fill part of the area....Please advise. Thanks, Sandra The site is breakthroughppc.com and I have attached a screenshot.
     

    Attached Files:

  6. priya

    priya Guest

    Hello Sandra,

    To adjust the images in center,

    Please paste the code given below in Custom CSS section of your dashboard.
    Code:
    .feature-page-wt-thumb-container img {
        margin-left: 57px;
    }
    And for your image size issue...

    I have checked this and would like to tell you that you are using the third image of different size and that's why facing this problem.

    So kindly suggested to resize your image first..

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  7. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Hi There, I just added a new pic and resized it to 500 px wide with the same small result. Please advise. Thanks, Sandra
     
  8. priya

    priya Guest

    Hello,

    Please send us your dashboard details at [email protected] along with this thread link so that we can check this in your site

    Your Website URL:
    WordPress Username:
    Password :

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page