Okay
  Public Ticket #256433
Center Small Line Divider
Closed

Comments

  • F. started the conversation

    The small line divider in the Nectar shortcode is aligned on the left, instead of being centered. If it's not a bug of the current theme version, is there a way to correct it through CSS?

    Cheers and thanks for your support!

  •  8,839
    Tahir replied

    Hey!

    Could you please post the page url so i can live edit the css. 

    Cheers


    ThemeNectar Support Team 

  • [deleted] replied

    Would be great to get this resolved....It seems to have changed with the latest update. 


  •  8,839
    Tahir replied

    Hey Guys!

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

    .divider-small-border {
        position: relative;
        left: 40%;
    }
    

    Cheers


    ThemeNectar Support Team 

  • F. replied

    Solved. Thanks Tahir!