Okay
  Public Ticket #260870
Centering horizontal dividing lines
Closed

Comments

  • Georgia started the conversation

    Hi, I applied the most recent update to the Salient theme (4.5.1) and I  noticed that the layout on my home page changed slightly. 

    If you go to my URL, under the first headline "To touch is to give life", I used a short horizontal rule. It was previously centered under the H1 but now is flush left after the update. 

    Can you tell me what I should add to the existing code to center the horizontal rule again? Currently, the shortcode used is: 

    [divider line_type="Small Line" custom_height="20"]

    Thanks! 

  •  8,839
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :

    .light .divider-small-border {
        width: 20%;
        margin-left: 40%;
    }
    

    Cheers


    ThemeNectar Support Team 

  •   Georgia replied privately
  •  8,839
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel :

    .light .divider-small-border {
        margin-top: -10px !important;
    }
    

    Cheers


    ThemeNectar Support Team 

  •   Georgia replied privately