Hi,
Many wordpress users want to separate the widgets which looks good according to the designing and easy to use for web users. This is the trick to do it: For that just open the style.css file of your wordpress theme and this code:
.widget{
margin-bottom:25px;
}
That’s it!
Thanks,
Shane G.
Popularity: 1%