Archived topic
Line Between Blog Content and Right-side bar widget
3 replies · Started by Gilmer on February 12, 2017
Hi Tom,
its been a while now since i used this awesome premium theme. I have managed to customized my site simply by reading forums. These guys are great, it seem to me they're experts in css.and jst want to let u know i dont have any knowledge about css.what i did is copy and paste lol btw. i need help on how to add a thin line that separates the blog content and a right side bar widget. This line intersects the horizontal line below the header. This is my site.. "whatsintabuelan.com"
Thanks
Gilmer
Hi Gilmer,
You could try this CSS:
.content-area {
border-right: 1px solid #DDD;
}
Awesome! works perfect.. Thank you so much Tom.
You're welcome :)