Okay
  Public Ticket #348056
Words off screen at narrow page width
Closed

Comments

  • Graham started the conversation

    When the width is very narrow, a word in one of my titles is getting cut off. Please advise.

    Thank you so much!

  •  8,847
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    @media only screen and (max-width: 690px) {
        #testimonials h2.light {
            font-size: 2em !important;
        }
    }
    
    Thanks 


    ThemeNectar Support Team 

  • Graham replied

    Thank you!