Hi I was just wondering how to create the horizontal separating lines that you have throughout the site. (ex. The lines separating the widgets)
2 Answers
To create the horizontal separating line on the DW Argo, I have used the following code:
.widget {
border-top: 1px solid #E5E5E5;
}
You can give to me more details about the position you want to add. And then I will help you do it.
Hi, I want to add a separator line above each add that’s on the bottom of all my posts. The separator line will be in-between the ad and my share buttons.
Thanks,
Adrian
To resolve this issue, you can add the following code to the “Header Script”
<style>
.single-post .entry-meta.meta-bottom {
border-top: 1px solid #DDDDDD !important
padding-top: 40px;
}
</style>
Please login or Register to submit your answer