Thanks guys, I tried what you both suggested but to no avail. I’m relatively new to this so maybe I’m missing something, even though I’ve edited other blog css before with success.
Any ideas which file the default paragraph spacing code would be in?
In the existing styles.css it only lists this:
@import url(canvas.css);
@import url(sizes.css);
@import url(fonts.css);
@import url(skins.css);
Mike I uploaded a custom.css with only:
p {
margin: 1em 0; }
In it and played around changing 1em to 5em, 10em etc. Nothing seemed to work.
Any ideas what I’m doing wrong?
TIA
Robin