My blog is at http://snowcorps.co.uk/
Before I bought the CSS upgrade I added the following small tweak to remove the title bar and increase the size of the title image in the Freshy theme by Julian De Luca:
#title_image {
text-align:left;
display:block;
height:226px;
background:url(http://stompit.files.wordpress.com/2008/10/header.jpg) center center transparent repeat-y;
margin:0;
}
#title {
background:url() top #7F7F7F no-repeat;
height:0;
}
html>body #title {
height:0;
}
It worked in the preview so I purchased the CSS upgrade.
When I implemented it though the sidebar and footer have swapped places (see widgets at bottom of the page). I've tried removing the additional CSS code and saving that but whilst the title and title image go back to the original theme, the alignment of the sidebar/footer are still out.
I'm aware there is no official CSS support but if anyone has any suggestions on how to correct it, it would be much appreciated!
Thanks