Hey, I’m working on the front page of my website, trying to spiff it up some, and I want to put a line between my sidebars widgets,
http://www.manic-expression.com/
I would also be interested in creating a box/border around the widgets, I’ve read some custom css in other threads on this forum, but none of those seem to be working.
Any ideas?
Hi James!
Add this to your custom CSS.
aside .widget {
border-bottom: 1px solid;
}
Regards,
Elliott
It doesn’t seem to have worked. :(
Never mind, I got it. :) Is there any way to make the line longer, as well as add a similar line between the title and the widget?