The reason that the widgets get bigger space in between is because by default, there's a 30px bottom and top margin existing for widgets- which is 60px space in total. To reduce the space, just to change the margin to a smaller value. My fix is change the top margin to 20px, and the bottom margin to 0.
(screenshot) Left: Original space between widgets Right: after reducing the space by change the margin-bottom to 0 |
1. From your blog dashboard, click on Template->Customize->Advanced->Add CSS (as in following screenshot)
2. Copy and paste following codes to the "Add custom CSS" screen:
.widget {
margin: 20px 0 0 0;
}
screenshot as below:
3. Make sure to click on "apply to template" buttom at the top right corner. Done.
Go back to your website and refresh the page, now the space space between gadgets / Widgets for your Blogger has been reduced !
It's Your Turn
How did you do to reduce space between widgets? Is there other ways to make the widgets looks better? Share your experience and insights in the comments box below.
Hi,
ReplyDeleteIt was very helpful for me..
Thanks alot
I tried it for www.alwanserv.blogspot.in
Glad to hear that, thanks for letting me know !
DeleteThat was so helpful & I spent all day looking for that exact code! Thank you so much!!
ReplyDeleteThanks a ton. This was the most simple thing I found for this problem.
ReplyDeleteDo you have any idea what should we do if we want to customize the margin for each gadget?
Thank you. I had to adjust mine to 0px but I'm happy with the results. It was for my www.thebullitt.blogspot.com site. Stoked!!
ReplyDeleteonly one that has worked thanks you much
ReplyDeletehttp://cupcake-crafty.blogspot.com/
Thank you!
ReplyDeleteIt worked perfectly and simply.
Solved my problem.
Easy and helpful.. It works nice in my blogspot... Thanks
ReplyDeleteThank you! That was easy peasy!
ReplyDeleteNow I got your useful code to make my blog as my aspect.
ReplyDeleteThanks,