How to reduce space between gadgets in blogger blogspot CSS Code

Go to Template > Customise > Advanced > Add CSS
find the widget/gadget id name then

Paste in the following code:
# widget ID {
margin-bottom: -50px !important;
}
Adjust height.
Then preview or apply to blog.

If you don't know how to find the widget id label, click here.

No comments:

Post a Comment

Do pass your comments here.