Hi.
Since this is my first post here, I hope you'll bear with me if this already has been resolved and I'm too incompetent to find it.
I want to do two changes in my child theme compared to the original Thematic theme.
1. I would like my header background image to span the blog description too, and not only the title. My current code just looks like this:
[code]
#branding {
padding:8px 0 1px;
}
#blog-title a {
background:url(images/1.jpg) no-repeat top right;
display:block;
text-indent: 0px;
width: 940px;
height: 150px;
}
#blog-description {
color:#000;
padding:0;
[/code]
2. Is it possible to remove the horizontal default page menu? I'm using a page navigation in the right sidebar, and two feels like one too many.