Home › Forums › CSS › large font size padding issue › Re: large font size padding issue
July 22, 2011 at 9:10 am
#83792
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….