Okay
  Public Ticket #1029524
Letter Spacing Mobile
Closed

Comments

  •  2
    Michael started the conversation

    Hi,

    I have a problem with the mobile letter spacing for the heading elements.

    If I set a letter spacing of 5px it look ok on the desktop but on the mobile a longer text disappears from the screen? Is there a solution?

    Thank you

  •  9,088
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 690px) {
        body * {
            letter-spacing: 0px !important;
        }
    }

    Thanks


    ThemeNectar Support Team