• How do I indent all paragraphs in all my posts 15pt. I’m not talking about the margin here, I’m talking about first line indent. I have a bunch of paragraph styles I need, but if I can figure out how to do this, I should be able to figure out the others.

    The styles would be in a twentyeleven child theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You would have to edit the CSS file in your child theme. Adding something like:
    p { text-indent: 1.5em; } to your style.css file should give you the indent you are looking for.

    Thread Starter Joe Catcher

    (@joe-catcher)

    As it turns out I had to use this .entry-content p {text-indent: 15pt !important }

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Indenting paragraphs in posts’ is closed to new replies.