Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #790267

    Hey guys,

    Can you provide CSS to let me do this? I saw somewhere that CSS using em is better than padding / margin. Not sure if thats entirely true.

    Anyway! The page Im referencing for now is here:

    Thanks!
    Chris

    #790347

    Hey ccyran,

    I think that depends on what a person prefers since both have pros and cons though em is more fluid. Also em should be vs px, since em can be is a value which you can assign on a margin or padding. Try using this css code:

    #top .all_colors p {
        margin-bottom: 1.2em;
    }

    Just adjust the bottom margin as you see fit. Hope this helps :)

    Best regards,
    Nikko

    #790364

    Ah I see, thanks! I tried this but I didn’t notice any changes :/

    #790373

    Hi,

    I have checked it and it’s being overriden by this style:

    #top .all_colors p {
        font-size: 13px;
        line-height: 1.7em;
        font-weight: normal;
        margin: 0.5em 0;
    }

    Please remove the code I gave and replace it with this one:

    #top #wrap_all .all_colors p {
        margin-bottom: 1.2em;
    }

    Best regards,
    Nikko

    #790375

    Ah perfect again! Dude thank you!!!

    #790393

    Hi,

    You’re always welcome man! Thanks again for using Enfold XD

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Extra line of space between paragraphs’ is closed to new replies.