Okay
  Public Ticket #515214
seperator line with text
Closed

Comments

  • jonas started the conversation

    not working on mobiles

  •  8,987
    Tahir replied

    Please always provide the page url so we can have a look.


    ThemeNectar Support Team 

  •   jonas replied privately
  •  8,987
    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) {
        .vc_separator.vc_separator_align_center h4 {
            white-space: normal;
        }
    }

    Thanks



    ThemeNectar Support Team 

  • jonas replied

    ah okay, thank you!