Forums

Paragraph spacing in entry content (2 posts)

  1. scotchward
    Member
    Posted 1 year ago #

    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?

  2. nipponese
    Member
    Posted 1 year ago #

    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?

Topic Closed

This topic has been closed to new replies.

About this Topic