Okay
  Public Ticket #491426
Chrome 44 Text Wrapping Responsive Issue
Closed

Comments

  • Jessie-Lee started the conversation

    I am having an error in Chrome (mainly on PC's) where the column text is running into each other. My client is very, very unhappy at this point and I am unable to provide a fix at this point.

    Can you please let me know how to fix this issue, or when to expect a theme update that will correct the issue?

    Thank you. I cannot stress the urgency in this matter.

  •  8,987
    Tahir replied

    Hey,

    try adding this into the custom css box in the Salient options panel:

    p {
     	-webkit-font-smoothing: none!important;
    } 

    Cheers



    ThemeNectar Support Team