• When using post_thumbnails the images seems to be assigned a class called wp-post-image, been trying to find that class without luck because the image overflows its parent div. I managed to assign my own class to the image and put a display:block on it, but that didn’t help. Anyone knows where to find the wp-post-image class or any good alternatives to make the image not overflowing?

    Site is here:

    https://shufflebook.dk/wordpress

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter 6258665

    it works like it supposed to in IE 6,7,8…

    If that class is not defined in the stylesheet of of your theme, simply define it yourself and add the styles you need to it.

    .wp-post-image {
    // stuff
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘post_thumbnails question’ is closed to new replies.