Wednesday, April 20, 2011

Secret codes~

Blogging on Blogger tips! Thanks to Kristen who very nicely explains it on her blog.

Secret codes~: "


You can change almost any aspect of your blogs appearance without screwing around with your HTML!


Here is how you do it.


Sign in to Blogger.


From the Blogger Dashboard click on Design


Click template designer




Click on Advanced












scroll down till you see Add CSS






Now start adding your secret codes!


As you add your codes you can watch the changes happen to your blog right below.
Don't worry, It's not saved until you click apply to blog.


Here are a few codes I used because somehow they disappeared on my blog last week.


Took the navigation bar on top of my blog off


#navbar-iframe {height:0px;visibility:hidden;display:none}




I didn't like the way the tabs under my header were crammed against my post. I added this secret code to give it a little more space. (your numbers will most likely be different from mine)


.content-inner {
padding:10px;
}
.main-outer {
margin-top: 30px;
}


Feel like changing the space between your gadgets? Mess around with that zero till you like your spacing.


.sidebar .widget {padding-bottom:0px;}


Are you getting it?


There are a ton of secret codes out there for you to play with. You can find them




The best part, no messing up your whole template because you have done something wrong to your HTML!


Have Fun!
Enjoy your weekend!
XOXO

Kristin
"

No comments:

Post a Comment