Bottom few pixels of text cut off
Setting
line-height: normal;
Worked for me.
The quickest fix looks to be this:
Change the font-size
here from 14px
to 13px
#slidertext h3 {
font-size: 13px;
// other styles
}
Works for me in Chrome.
Setting
line-height: normal;
Worked for me.
The quickest fix looks to be this:
Change the font-size
here from 14px
to 13px
#slidertext h3 {
font-size: 13px;
// other styles
}
Works for me in Chrome.