Comments Alfiya started the conversationJuly 30, 2014 at 1:55amhello 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,839Tahir repliedJuly 31, 2014 at 3:01amAdd this into the Custom CSS box located in your Salient Options panel :.divider-small-border { width: 100% !important; } Cheers ThemeNectar Support Team Alfiya repliedJuly 31, 2014 at 12:34pmhi Tahir, it creates long line, I'd like to keep small line. Is it possible? thank you 8,839Tahir repliedAugust 1, 2014 at 5:33amAdd 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 repliedAugust 4, 2014 at 3:00pmhi 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,839Tahir repliedAugust 4, 2014 at 5:13pmHey 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 Sign in to reply ...
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
Add this into the Custom CSS box located in your Salient Options panel :
Cheers
ThemeNectar Support Team
hi Tahir,
it creates long line, I'd like to keep small line. Is it possible? thank you
Add this into the Custom CSS box located in your Salient Options panel :
Cheers
ThemeNectar Support Team
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?
Because I can't forced it to be a small line by reducing width: 10% !important;
Thank you!
Alfiya
Hey Alifiya!
Add this into the Custom CSS box located in your Salient Options panel :
Cheers
ThemeNectar Support Team