Okay
  Public Ticket #2325531
Text overlaps eachother in module on Mobile Device
Closed

Comments

  • Steven started the conversation

    Please see attached. The post tags text keep overlapping eachother. How do I fix this? This only happens on mobile. Thank you! - Jessica

  •  3,022
    Andrew replied

    Hi Steven,

    Use the following custom css in Salient > General settings > CSS/Script related:

    @media only screen and (max-width: 1000px) {
        .recent-post-container a {
        letter-spacing: 0px;
        line-height: normal;
    }
    }
    

    Hope this helps.