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
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
Ah I see, thanks! I tried this but I didn’t notice any changes :/
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
Ah perfect again! Dude thank you!!!
Hi,
You’re always welcome man! Thanks again for using Enfold XD
Best regards,
Nikko