Okay
  Public Ticket #2473172
nectar elements
Closed

Comments

  •  3
    jtmffest started the conversation

    I've added a divider - small line between page heading and paragraph text. I'm trying to get it to align left. In the element options, I have the alignment options default, center, or right. I do not have any option to align it left. 

    It appears I need to set the default alignment for this element to left? How do I do this?

    Thank you

  •  8,884
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .divider-wrap[data-alignment="default"] .divider-small-border {
        margin-left: 0px !important;
    }

    Thanks


    ThemeNectar Support Team