Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1105593
    Justin L
    Participant

    Hi there, I’m trying to change the spacing between paragraphs, not the standard lines. I’ve tried the

    line-height: 180%;
    margin-bottom: 5 em;

    Commands, but those arent’ working.

    My site is whatmatterstomemost.com

    Thanks!

    #1105671
    Joao
    Moderator

    Hi There,

    try:

    line-height: 18;
    margin-bottom: 5em;
    

    Let us know how it goes,

    Joao

    #1106092
    Justin L
    Participant

    Hi, so yes the line height command works, but that affects the spacing between every line, not the after paragraph. And, the margin-bottom command has no effect.

    By the way, I want this effect for Blog posts, and I am placing these lines inside the body {} section of the custom CSS panel.

    Thanks!

    #1106496
    Rupok
    Member

    Hi there,

    Thanks for writing back. Where are you using this? You can specify the code for paragraph only :

    p {
    line-height: 18;
    margin-bottom: 5em;
    }

    In that case; make sure your text are within paragraph text.

    Hope this makes sense.

  • <script> jQuery(function($){ $("#no-reply-1105593 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>