Okay
  Public Ticket #977731
Aligning Dividers
Closed

Comments

  •  2
    joi started the conversation

    Hi! 

    Is there any way for the divider element to automatically align with the text? I've tried a couple fixes in other tickets, but none of them made the divider line move from its left-aligned position.

    Ideally, the divider would inherit the alignment of the column or row, but if that's not possible, any workaround will do. 

    Thanks!

    joi.

  •  8,996
    Tahir replied

    Hey Again,

    I can see it aligned at the moment in Chrome. Were you able to resolve this ? .

    Thanks 


    ThemeNectar Support Team 

  •   joi replied privately
  •  8,996
    Tahir replied

    Hey Again,

    There is no such class added to the Row Automatically that we can use to target the Divider and align it left or right as per row . 

    You will have to a custom class using the Extra Class Field in VC Row Settings and then right up the css . 

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

    .left-divider .divider-wrap >div {
        left: 0% !important;
    }

    Thanks



    ThemeNectar Support Team