Viewing 4 replies - 1 through 4 (of 4 total)
  • Try using Firefox with the Firebug add-on for this kind of CSS work.
    http://getfirebug.com/

    Thread Starter moussempes

    (@moussempes)

    I did but I’m unclear even with firebug where to edit the code to make that change.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You could try a forum that specialises in CSS support, http://csscreator.com/forum

    Hi moussempes! It does look like your images are already as close as they can get, but maybe this might help. In each of your posts, by default each image is assigned a class called alignnone. If you have a style defined in your child theme for it, you can tweak the bottom padding. It would probably look something like this (the number is just an example):

    .alignnone {
    padding-bottom: 3px;
    }

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

The topic ‘Decreasing spacing between images in posts’ is closed to new replies.