Okay
  Public Ticket #255960
Small border devider not centered
Closed

Comments

  • Alfiya started the conversation

    hello guys,

    after updating the theme to the latest version, the small border divider slightly moved to the left (I added screenshot). I looked in the firebug for any abnormality, but did not notice anything bizzare. 

    I'd appreciated your advice.

    thank you!

    Alfiya

  •  8,839
    Tahir replied

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

    .divider-small-border {
        width: 100% !important;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Alfiya replied

    hi Tahir, 

    it creates long line, I'd like to keep small line. Is it possible? thank you

  •  8,839
    Tahir replied

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

    .divider-small-border {
        width: 20% !important;
        position: relative;
        left: 40%;
    }
    
    
    

    Cheers


    ThemeNectar Support Team 

  • Alfiya replied

    hi Tahir,

    thank you for your advice.

    the line is not centered (I attached screenshot). In the column "Process" it's floating to the left. What is the reason?

    Is the width of the this selector fixed?

    .divider-small-border

    Because I can't forced it to be a small line by reducing width: 10% !important;

    Thank you!

    Alfiya

  •  8,839
    Tahir replied

    Hey Alifiya!

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

    html body .divider-small-border {
        width: 10% !important;
        position: relative;
        left: 45%;
        border-bottom: 1px solid #27ccc0;
        padding: 0px !important;
    }
    
    
    

    Cheers


    ThemeNectar Support Team