Forums

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

Home Forums CSS standardizing space between items Reply To: standardizing space between items

#236603
Paulie_D
Member

That said, you do have some overflow issues.

You might be able to improve thinsg by changing this on line 99 of your CSS.

p.style8 {
    font-family: "Times New Roman", Times, serif;
    font-size: 1em;
    text-align: left;
    overflow: auto; /* add this */
}