November 18, 2015 at 11:16 am
#39758
Theme Horse Support Team
Keymaster
Hi Tactusmihi,
To add thin line between the widgets in the sidebar Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:
.widget {
border-bottom: 1px solid #ddd;
margin-bottom: 40px;
padding-bottom: 20px;
}
Thank you!