April 19, 2011

Remove Blank Space At The Bottom Of Blog


How to remove unwanted space at the bottom of blog?

1. Go to Design -> Template Disigner
2. Click Advance -> Add CSS
3. Paste one of the below codes in Add CSS

#Attribution1 {
margin-bottom: -32px;
}

OR

#footer {
margin-bottom: -32px;
}

4. Click Apply To Blog

No comments:

Post a Comment