in ie i cant see the header
Yes there is a space missing between the body tag in the css file and it needs to be like this:
Code:
background: url(../images/top_bg.jpg) repeat-x;
2. the logo is on the calendar
This is actually an issue with the calendar in the blog sidebar because its not clearing the previous
module. To fix it you need to assign the blog sidebar module with a new moduleclass eg blog_sidebar and then add this code to the template_css.css:
Code:
.blog_sidebar {clear: left}
These will be addressed in the next release.