• Hi there,
    I am having trouble with the image widget, using twenty twelve theme. I have four images in the right side bar but they are spaced at irregular distances. I have never had this problem before! Any ideas on how to make sure they are spaced regularly? You can see my website at http://www.aocarchaeology.com/moncreiffe
    Thanks

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

    (@cdoug)

    I have managed to space the widgets regularly by inserting

    .widget {
    overflow: hidden;
    padding: 0 0 5px;
    }

    into my custom css plugin. However, I can’t seem to reduce the space between each image, even when I change padding: 0 0 5pm to padding: 0 0 0px!

    Any suggestions much appreciated.

    Thanks

Viewing 1 replies (of 1 total)

The topic ‘Irregular padding with image widgets’ is closed to new replies.