Okay
  Public Ticket #595493
separator with text
Closed

Comments

  • Theo started the conversation

    Hi Salient, the separator with text is not responsive, how we can solve this, the text scrolls off the screen?

  •  8,470
    Tahir replied

    Hey ,

    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: 1000px) {
        .vc_separator .vc_sep_holder {
            width: 5%;
        }
    
    
        .vc_separator.vc_separator_align_center h4 {
            white-space: normal;
        }
    }

    Best.


    ThemeNectar Support Team 

  • Theo replied

    Thx......