Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Roland Barker

    (@xnau)

    OK, well your theme is setting the font size for images to 0, and the image is sized in ems, so it’s giving it a height of 0…hiding it.

    try adding something like this to the custom CSS:

    .pdb-single .image-field-wrap img {
      height: 100px;
    }
    Thread Starter zatorikel

    (@zatorikel)

    Ah, of course. Now it works peferectly. Thank you so much for the fast support.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Image doesn't show in single page’ is closed to new replies.