How to increase paragraph spacing in units?

Home Forums Legacy Support Support queries How-to & Troubleshooting How to increase paragraph spacing in units?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4718
    peppies
    Spectator
    I would like to increase the spacing between paragraphs in units only so I added this custom CSS: p { margin-top: 0em; margin-bottom: 2em; } however this affects the whole site. How do I apply this custom CSS to the units only? Thank you!
    #5052
    Anshuman Sahu
    Keymaster
    Please try adding this css : .unit_wrap > p { margin-top: 0em;
    margin-bottom: 2em;
    }
    #6139
    peppies
    Spectator
    Thank you, just to correct your code in case someone needs this, you had an extra character ">" in the code that should not be there, the correct code to use for this is: .unit_wrap p { margin-top: 0em; margin-bottom: 2em; }
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to increase paragraph spacing in units?’ is closed to new replies.