• I’m using Compositio, a free theme from Design Disease. The only problem with it is that it’s stretching my images within my posts to the maximum margins. I didn’t change any stylesheet code regarding the image sizes. The images were working fine with my previous theme.

    Here’s a post with stretched images: example.

    The Compositio theme can be found here.

    Thanks for any help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter whitneyg

    (@whitneyg)

    Anyone? Help?

    Did you ever figure out how to fix that in your template? Kind of looks like you did, mine is doing the same thing – frustrating.

    In page: https://aglassbox.com/about

    what size it should be: aglassbox.com/images2/chick3900

    In your style.css there is a distinct entry for that:

    .post img {
    width:500px;
    }

    wich basically tells that all of your images in a post should be 500px wide. You can delete that line, but then you’ll be responsible for image widths yourself.

    Peter

    .post img {
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post images stretching in Compositio theme’ is closed to new replies.