• Resolved jessipak

    (@jessipak)


    Hi all,

    I just installed the Dzonia Lite theme for my website (www.jessipak.com) and it has stretched all the featured images on my blog (https://jessipak.com/blog/). When viewing the actual post, the images are sized normally, though.

    Any help you could provide is greatly appreciated! Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Your theme is setting the width and height for the images in css in your theme’s style.css file. Change your style.css file.

    You could change this it to this:
    .content_wrapper .content .post .postimg, .content_wrapper .content .page .postimg {
    height: auto; /*height: 276px;*/
    margin-bottom: 25px;
    width: 592px;
    }

    Thread Starter jessipak

    (@jessipak)

    Thank you SO much for your help–it’s very much appreciated! Thanks for responding so quickly, too.

    You’re welcome, I’m glad I could help.

    To fix this in the NewsPro Gabfire theme I changed/added this code at the bottom of style.css to match the size of the “Thumbnail size” setting in my Media settings in Admin:

    .attachment-thumbnail
    {
    width:262px;
    float: right;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Featured Image Stretched on Blog’ is closed to new replies.