• Hi there – I am looking to change the formatting for my theme so there isn’t the automatic extra line of space between paragraphs. The reason for this is not so that I don’t have space between paragraphs, but more so I don’t have the large gaps between pictures, as seen here:

    http://tamegaijin.com/2010/12/29/winterlude/

    I generally format my posts with text at the top followed by a series of captioned images, and I don’t like how the theme I am using adds giant gaps between the photos.

    Anybody able to tell me how to prevent it from doing this?

Viewing 1 replies (of 1 total)
  • You have two problems going on here:

    1.) Each image is being assign a bottom margin of 22px. You need to turn that off.
    Try adding this to your CSS:

    .large-image img {
          margin-bottom: 0;
    }

    2.) Delete all the
    tags between the images. Are you intentionally putting those in there or is your template inserting them?

Viewing 1 replies (of 1 total)

The topic ‘Paragraph spacing in entry content’ is closed to new replies.