Forums

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

Home Forums CSS line height issue Reply To: line height issue

#245610
Alex Zaworski
Participant
.white-text {
  display: inline-block;
  text-shadow: 1px 1px 1px #666;
  line-height: 150% !important;
  font-size: 20px;
  padding: 20px;
  color: #fff;
}

When I pull it up that selector appears to be correctly adjusting the line-height, is there something I missed?