Adrian Martinez
asked 12 years ago

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
DominicStaff
answered 11 years ago

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.

Adrian Martinez
replied 11 years ago

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

DominicStaff
answered 11 years ago

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>
Powered by DW Question & Answer Pro