Okay
  Public Ticket #959977
Text cutting off
Closed

Comments

  •  2
    Oliver started the conversation

    Hi there,


    On this page http://vspace.technology there is a "These are the technologies we support" heading. 


    On my Apple SE it cuts off the heading. Please see attached image.


    Thanks a mil

  •  8,996
    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) and (min-width: 1px) {
        .vc_separator h4 {
            white-space: normal !important;
        }
    }

    Thanks


    ThemeNectar Support Team