• I don’t know if anyone else has noticed but the paragraph spacing is whack. It’s way too small and there isn’t much difference between the line spacing and the paragraph spacing – the paragraph spacing should def. be larger.

    Here’s my dilemma: I can’t seem to find anywhere in the stylesheet that would adjust paragraph spacing. Can any of you guys steer me in the right direction? Here’s a link to my blog…

    https://unity-designs.com/cko

    Thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you look in your current theme’s style.css file you should see a few lines that looks like this:

    p {
      font-size: 1.2em;
      margin: 6px;
      padding: 2px;
    }

    You’ll want to change the ‘margin’ setting in order to increase the spacing between paragraphs. I would suggest something like margin: 6px 6px 12px 6px;.

    Hi,

    Yes, you just need to modify margin and width from style.css file for your theme..for the paragraph style..

    Thanks,

    Shane G.

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