April 19, 2011

Remove Blank Space At The Top Of Blog


How to remove unwanted space at the top of blog?

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

body {
position: relative;
top: -32px;
}

4. Click Apply To Blog

No comments:

Post a Comment