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. Here’s how to do it.
To add a line break between sidebar widgets, simply open your style.css file and append the following code:
.widget{ margin-bottom:25px; }
Easy, isn’t it? Note that it is possible to add a linre break to a specific widget only. You’ll need its css id for that.
