Forums

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

Home Forums CSS large font size padding issue Re: large font size padding issue

#83792
avkash4n4u
Participant

Hi stimsonm,
One another thing you can do is…..

letter-spacing: -17px;
line-height: 311px;
overflow: hidden;

By adding this three property you can remove at least TOP, RIGHT and BOTTOM space.

I Apply this parameter as per your sample example link. If you increase or decrease font size you may need to set these properties accordingly….