Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Paul Wong-Gibbs

    (@djpaul)

    Hi

    It looks like your theme is stretching the image:

    .single-post-thumb img {
    width: 100%;
    height: auto;
    }

    …is the selector to blame. Adding something like the following to your theme’s style.css might fix it:

    .achievements .single-post-thumb img {
    width: inherit;
    }

    Thread Starter jazzyghost

    (@jazzyghost)

    Hi Paul

    Ty for the fast reply 🙂

    I tried to add the suggested in style.css but without any luck.

    I don’t know about the selector?

    Im a bit of a noob at all this. :/

    Thread Starter jazzyghost

    (@jazzyghost)

    Never mind. i got it 😉

    would you mind telling me how i center the image too?

    now its the right size but its in the corner of the screen. 😛

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘view achivements show WAY to big thumbnails.’ is closed to new replies.