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

    (@nathan_t)

    Happens in firefox on both Mac and PC

    This is because your links and images are inside a span element. If you remove that, it fixes the problem (at least for me).

    Thread Starter Nathan_T

    (@nathan_t)

    Ok I fixed it by adding this to the stylesheet:

    .press_logos div span {
        display: inline-block;
        vertical-align: middle;  /* vertical alignment of the inline element */
        max-width: 100%;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘thumbnails not displaying correctly in firefox’ is closed to new replies.