Okay
  Public Ticket #682194
Divider line not centering.
Closed

Comments

  • Stu started the conversation

    In the image below, you can see how I've used the text-align to "center" the short code for the divider line. However, when you look at the page with the link above, the line is still on the left.

    PLEASE, do not tell me I can go to the column or row settings and click on the checkbox for "center the content." Sometimes I've encountered option where I ONLY one to center the divider line and not everything else...or simply don't have the option of putting the divider-line in it's own row, since Salient VC only allows users to put row within rows two-deep.

    How can I center this divider without using the "center the content" feature. I've tried using google Dev Tools to identify the class and then try and center it with "auto" margins but that doesn't work.


    Any ideas? Thank you.

  •  8,992
    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) :
    .divider-small-border {
        margin: 25px auto !important;
    }

    Best.


    ThemeNectar Support Team