Viewing 2 replies - 1 through 2 (of 2 total)
  • That’s because the linked images are displayed as block.

    a > img {
        border: 0 none !important;
        display: block;
    }

    Try to override that css rule. Ex. add a class to your banners:

    a > img.banner {
        display: inline-block;
    }

    Thread Starter ikapika

    (@ikapika)

    I added that piece of code to the custom css but that didn’t help.
    I removed the original piece from the editor css-file and added the new one there as well, but still no difference.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem w linking images’ is closed to new replies.