Add a line break between wordpress sidebar widgets
February 28, 2009 · Print This Article
Widgets are great, that is a sure thing.
But sometimes, they can be annoying, for exemple when they don’t look the way you want or need.
The most common problem seems to be adding a line break between widgets.
To add a line break between sidebar widgets, simply open your style.css file and append the following code:
.widget{
margin-bottom:25px;
}
Note that it is possible to add a line break to a specific widget only. You’ll need its css id for that.





















Comments
Got something to say?
You must be logged in to post a comment.