- An overall great Blogger resource: Blogger Buster
- Adding social media icons via Closet Cooking
- Fun icons from Dry Icons
- Script to open all external links in a new window via Super User
- Speed up your blog load time using the Online CSS Optimizer (copy and paste any CSS from your blog html code and optimize it for faster load times)
- Widening your comment form box via Spice Up Your Blog
- Floating button tutorial via Coffee Shop Blog
- Removing the Blogger navbar via Hub Pages
I also removed the padding from the columns to give myself more space. I did that by going to Design > Template Designer > Advanced > Add CSS and copying and pasting the following code:
.main-inner .column-center-inner {
padding-top: 0pt;
padding-right: 15px;
padding-bottom: 0pt;
padding-left: 15px;
}
.main-inner .column-left-inner {
padding-top: 0pt;
padding-right: 15px;
padding-bottom: 0pt;
padding-left: 15px;
}
.main-inner .column-right-inner {
padding-top: 0pt;
padding-right: 15px;
padding-bottom: 0pt;
padding-left: 15px;
}
I then changed all of the padding to 0px which removed it all from my blog.
I've done some other tweaks over the years but these are the ones that I have remembered to bookmark. I am by no means an expert but let me know if you have any questions and I will be happy to help!