Forums

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

Home Forums CSS Letter Spacing is being ignored on CodePen Reply To: Letter Spacing is being ignored on CodePen

#204535
Paulie_D
Member

I notice that you don’t have a unit length specified.

  .label {
    letter-spacing: -6;
    height: 20rem;
  }

That probably isn’t helping.