Tagged: , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #487580

    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?

    #487824

    Hi James!

    Add this to your custom CSS.

    aside .widget {
      border-bottom: 1px solid;
    }

    Regards,
    Elliott

    #488007

    It doesn’t seem to have worked. :(

    #488044

    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?

    #488600

    Hey!

    The line can only go as far as the widget container width. If you want to add a border under the widget title, use this:

    .widgettitle {
      border-bottom: 1px solid;
      padding-bottom: 10px;
    }

    Best regards,
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.