Here's a way to solve this problem.
In your template XML file, look for the following CSS code:
#header a img {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0;
position: absolute;
top: 0px;
left: 0px;
}
To solve this problem, delete the code in red. That's it!
The problem with the code in red is that it floats your header image and puts it near the tip of your blog. I was using this code for something else, but didn't realize it's there for these newer templates.
If you're still having this problem, just use the External template that doesn't have the problem anymore.
If you're still having this problem, just use the External template that doesn't have the problem anymore.
No comments:
Post a Comment