• Resolved gianni333

    (@gianni333)


    I’m new to wordpress and somehow I just can’t find out how to change the margin after a new paragraph. Is that nothing you can customize in that theme?

    Thanks in advance for any help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author oceanwp

    (@oceanwp)

    Hello, you can use this css code:

    p {
        margin: 0 0 10px;
    }
    Thread Starter gianni333

    (@gianni333)

    thanks a lot for that fast response! That works perfectly:)

    Is there a reason that pixels are used in the code? I’m just asking because I’m just getting into the topic of font sizes in responsive and I’m wondering if em or percent would the better choice?

    Theme Author oceanwp

    (@oceanwp)

    Hi, you’re welcome 🙂
    em is better for responsiveness.

    Thread Starter gianni333

    (@gianni333)

    awesome, thanks a lot:)

    Theme Author oceanwp

    (@oceanwp)

    You’re welcome 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Change margin after new paragraph?’ is closed to new replies.