• I’m trying to put several small images in one text widget, and no matter how I do it, a space approximately the size of each image appears between those images.
    I’m trying to get the images to appear side by side with maybe a pixel or three between each of them.
    I’ve tried putting them in a table, paragraphs and even just put each image code in by itself and the same thing keeps happening.
    Is there a way to get rid of the white space between images? It makes no sense why it’s even appearing there in the first place.

Viewing 1 replies (of 1 total)
  • Thread Starter sacro

    (@sacro)

    I tried this one in Appearance>editor>style.css as the last line, but it didn’t work.

    }

    .alignright {
    float: right;
    }

    #sidebar .textwidget img {margin:0;}

Viewing 1 replies (of 1 total)

The topic ‘small images in one text widget’ is closed to new replies.