Hi guys,
Is there an easy way to get rid of some of the white space i'm getting between the widgets on the left of my homepage?
Hi guys,
Is there an easy way to get rid of some of the white space i'm getting between the widgets on the left of my homepage?
Hi,
in your style.css find
.widget{
clear:both;
position: relative;
overflow: hidden;
padding:30px 0 30px 0;
float:none;
}
Between the brackets you'll find a padding, the values are TOP RIGHT BOTTOM LEFT change the values of or remove the line to get it all closer together :)
You must log in to post.