• Seems like about a month ago when I go to do new posts which involve step-by-step photos with captions, the spacing between the photos after a new one is added is twice as big. When I try to fix the problem and then preview changes it reverts back to the big spacing. When I get to my work computer I am then able to fix it on IE (at home I use an iMac with Firefox). I have also tried it in Safari and same thing happens. My sister uses her Apple Airbook with Firefox with no problems. Also, it had been working fine before, this just started about a month ago, can’t remember updating anything that would cause this.

    Can anyone tell me why this is happening. If any further info is needed please let me know, thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • This may just be a CSS issue…providing a site link may help.

    Thread Starter livelovepasta

    (@livelovepasta)

    Here is a link to today’s post: http://www.livelovepasta.com/2012/08/smores-bars/

    I just don’t understand how it was working perfect before? Thanks for helping.

    Add this to the very bottom of your stylesheet;

    .wp-caption {margin-bottom: 0;}
    .wp-caption p.wp-caption-text {margin-bottom: 0;}

    There is also a:

    #content p {
    margin-bottom: 24px;
    }

    but reducing this changes each paragraph, the <p>

    When inserting the text below the image, switch the style from paragraph to h3 etc (and style as needed). If using the HTML view, wrap the plain text in a <b> or <h3> etc. If plain text is not wrapped in such the ‘<p>` tag is added.

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

The topic ‘Spacing between photos’ is closed to new replies.