Okay
  Public Ticket #1250819
Small Divider
Closed

Comments

  • David started the conversation

    Hi there, is there any way to right align the small divider? It defaults to left alignment, and can you can only change it to centre alignment through adjusting column settings in visual composer. See attachments - I would like the small divider to right align with the text.

  •  9,013
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   David replied privately
  •  9,013
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .divider-small-border {
        display: inline-block;
    }

    Thanks


    ThemeNectar Support Team 

  • David replied

    Thank you very much Tahir, that fixed the issue.