Okay
  Public Ticket #475578
Responsive
Closed

Comments

  • Yael started the conversation

    Hi There

    When i view my site on a mobile device some parts of the text get squished and are overlapping. Please see the attached screenshot.

    Thanks

  •  8,854
    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