• Hey guys. I’m working with the Portfolium theme. I’ve customized it quite a bit (well, what feels like a lot to me, I’m okay with CSS but no wizard here)

    Anyways, I was changing the theme from a 6 column to a 4, and want my featured images to be 225px wide by 145px tall. I’ve gone through all the php pages and made the proper changes, and have changed all the appropriate widths in the stylesheet.

    If you view it in Chrome inspector, you can see that the image still calls for a 145px width.

    Anyone know how to get rid of this? I just want a four column site. Any suggestions would be great–I’m really hoping I just missed a piece of code.

    Here’s the link.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter thehodge

    (@thehodge)

    This is the Original Portfolium Theme, by the way.

    Thread Starter thehodge

    (@thehodge)

    I feel like it has something to do with this bit of code:

    add_theme_support(‘post-thumbnails’);
    update_option(‘thumbnail_size_w’, 225);
    update_option(‘thumbnail_size_h’, 145);
    update_option(‘large_size_w’, 785);

    From the functions.php.

    Is there anyway to override this? Google says it might be an ‘inline CSS issue’, something people working on responsive sites have to overcome.

    Assuming your adjustments work as it should, still you have to delete and reupload the images because WP only crop images once upon upload.

    Changes in image setting, or via function doesn’t affect the images already uploaded.

    Thread Starter thehodge

    (@thehodge)

    Ahhh I will try that, thank you

    Thread Starter thehodge

    (@thehodge)

    Yep that was it! Thanks so much. Was really worried I was gonna have to get down to the nitty gritty part of coding that I just don’t understand at this level.

    Once again, thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Featured Image Stretching on Modified theme’ is closed to new replies.