Hi -
Haven't posted in a while, but have used Thematic about 9 times on custom jobs -- great theme, and great work. Be sure to let us know if you have a donation link yet.
CURRENT PROBLEM: Odd space appears beneath branding div, but above menu div -- only on index pages.
- Looks right here: http://client2.cmswebsitesolutions.com/marketing-communications/
- Broken here: http://client2.cmswebsitesolutions.com/the-editorial-advantage/
CODE:
#header {
z-index: 2;
padding: 0;
margin: 0;
}
#branding {
padding: 0px;
height: 101px;
background-image: url(images/header.gif);
width: 960px;
margin: 0;
}
#headerlogo {
float: left;
margin: 7px 0 0 7px;
padding: 0;
}
#topmenu {
font-size: 12px;
float: right;
text-align: right;
padding-right: 12px;
margin: 0;
color: #fff;
padding-top: 3px;
}
The last two items are defined within the functions file as:
<!-- our contact blurb starts here -->
<div style="margin: 0em; padding: 0em;">
<div id="headerlogo">
<img src="http://magpub.com/wp-content/themes/WF-TMAX-MagPub2.0/images/magpub-logo.gif" border="0">
</div>
<div id="topmenu">
/index">Home | GSA | About Us | Client Information | PubMaster | Contact Us
</div>
</div>
<!-- our contact blurb ends here -->
<?php }
} // end of our new function childtheme_contact_blurb
// Now we add our new function to our Thematic Action Hook
add_action('thematic_header','childtheme_contact_blurb', 3);
?>
VISUAL FOR TROUBLESHOOTING: http://client2.cmswebsitesolutions.com/images/magpubhead.png
Above visual shows outlines of divs, and an information box showing the hierarchy.
Your help is appreciated -
Scott