- 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!
5 comments:
Thanks, Cribs. These are really helpful.
Thanks for these tips! Very timely, with Blogger acting up so much lately.
I adjusted my template the hard way through trial and error with the HTML, so I'm wishing I'd had this code to just copy and paste when I did. And that external links script is genius! I have been manually typing in target="_blank" into my links for all this time, but that stops now. Wohoo!
@Tanja @ Postmodern Hostess Glad you found one you could use! I wasn't even doing the target="_blank" before so that one was a big help for me!
Your site was recommended to me by a friend. Btw, you have a cool collections of resources.
Thanks for this christina! I'm actually looking for ways on how could I make my blog wider for more space and I must say that this is a good find. :)
Post a Comment
I love comments! Thanks for taking the time to leave me one! If you have a specific question, please make sure that your email is linked to your account so that I can respond to you directly.