• mariusmao

    (@mariusmao)


    How do I eliminate the space between the two lines of the title?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    It would be best to use the real title provided by WordPress rather than using a paragraph element as the title.

    You can remove spacing between paragraphs, but this will affect all paragraphs across every post:

    p {
      margin: 0;
    }
Viewing 1 replies (of 1 total)

The topic ‘space between paragraphs’ is closed to new replies.