If you want to reduce gap between widgets you can play with height and margin as follow:
#primary .widget-footer, #primary ul li .widget-footer,
#secondary .widget-footer, #secondary ul li .widget-footer {
height: 10px;
margin: 0 0 10px;
}
set height to 0px.
set margin to 0px.
margins are specified as follow:
top right bottom left (0 0 10px 0) //left margin is not specified so it will inherited from right (which is 0).
================================================
if you wish to reduce gap between menu and widget, it’s here:
#header {
height:750px; //original 800px
}
What theme are you using? Where did you download it from?
Thanks, that worked!
@esmi I am not sure, as I said before someone else made my site so I have no idea. lol