Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS First line of Paragraph is automatically centered! Reply To: First line of Paragraph is automatically centered!

#245095
Paulie_D
Member

Not sure why but I think it’s a margin issue

p {
    margin: 0 0 28px; /* delete this  */
    padding: 0;
}