• This is not the usual paragraph breaks issue. BUT

    I’ve been using a theme for several months now, and the posts have a gap inbetween each paragraph, as does the default and classic theme.

    I’ve now started to create my own theme, from scratch – and I can’t figure out the class or div to apply the formatting to (or what formatting to add)

    I’ve searched and searched, and tried many different #post content{ etc… but I’m new to wordpress, and php/css so any help would be really appreciated.

    Please – any help really is appreciated.

    Thanks ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • You need to add padding to the paragraphs in the post class divs. Try something like this in your theme’s style.css:

    .post p {
    	padding: 0 0 10px 0;
    	}

    BTW, the above is trbl (top, right, bottom, left).

    Thread Starter therealjb

    (@therealjb)

    Thanks for the reply!

    That didn’t work… but I did it like:

    #post{padding: 0px 0px 10px 0px;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    width: 730px;
    background:#303030;
    height: 100% }

    and it worked!

    Thank you so much x

    Thread Starter therealjb

    (@therealjb)

    #post p{

    that should be***

    Thread Starter therealjb

    (@therealjb)

    Hi there

    Can the mods please remove the links in my first post at the top of the page “Ready Made Theme” and “Custom Made Theme” so the SE bots can stop indexing these pages.

    Thanks very much!

    done

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Paragraph Breaks’ is closed to new replies.