Comments jessicajackson started the conversationDecember 16, 2017 at 6:08pmWhen the title responds to a small screen size, the text becomes unreadable because of the letter-spacing. 3,034Andrew repliedDecember 16, 2017 at 7:43pmHi there, Thank you for reaching out. I'd behappy to help. To fix this issue, go to Salient > General Settings > CSS/ Script Related > Custom CSS Code and enter the following: @media only screen and (max-width: 690px){ #page-header-bg .span_6 h1{ letter-spacing: 0px!important; }} I hope this helps. Please feel free to contact us if you have further questions. Best regards, Sign in to reply ...
When the title responds to a small screen size, the text becomes unreadable because of the letter-spacing.
Hi there,
Thank you for reaching out. I'd behappy to help.
To fix this issue, go to Salient > General Settings > CSS/ Script Related > Custom CSS Code and enter the following:
@media only screen and (max-width: 690px){
#page-header-bg .span_6 h1{
letter-spacing: 0px!important;
}
}
I hope this helps. Please feel free to contact us if you have further questions.
Best regards,