I am using the push button theme on a new Drupal site, with fckeditor.

However, whenever I use paragrpah tags (as in articles) it does not insert a blank line in between the paragraphs - the next paragraph starts on the line directly below the last one.

Please tell me how to fix this. Is it in the style.css or xtemplate.xtmpl files? Thanks so much!

Comments

eschipper’s picture

Play around with these values in the stlye.css file. This controls the spacing around your paragraphs.

p {
  margin: 0 0 1.3em 0;
  padding: 0;
}