Hi @cindyrogers
To add a separate line or border to the between of the widget, use the following CSS code in the custom CSS filed ( Theme Dashboard >> appearance >> customize >> header setting >> custom CSS filed )
.top-contact-detail-section .col-md-4
{
border-right: 3px solid;
}
.top-contact-detail-section .col-md-4:nth-last-child(1)
{
border:none !important;
}
You can hire the developer to add a small slider because this is a part of the code customization.
Any confusion lets me know.
Thanks
-
This reply was modified 7 years, 10 months ago by
Imran Ali.