• hi guys
    when im writing pages and posts, i notice a line break which is being added between my headings and paragraphs. its just unnecessary whitespace i want to get rid of. i have tried writing like this:

    <h3>Paragraph Title</h3>
    <p>...paragraph text...</p>

    and also like this, wrapping everything in the <p> tag:

    <p><h3>Paragraph Title</h3>
    ...paragraph text...</p>

    but this gives the same result

    is there a way of pushing my paragraphs more closer to their headings? will <span> help?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Inspect the “p” and “h3” definitions for the content area in the style sheet. Perhaps changing the bottom margin/padding on the h3, or the top margin/padding on the p, will move you in the right direction.

    Thread Starter Johnny Bravo

    (@herbiehysteria)

    just tried that, firebug shows me a nodename with margin classes, but then it also shows .post-page class which isnt it at all

    what theme?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘<h3> and <p> tag spacing problem’ is closed to new replies.