Hello.

I'm using this theme with content profile, and CCK.

The problem is that when you view a user profile on my site (http://thegreatcrusade.com/user/4) in firefox, safari, or googlechrome the bar above "about me" and below "I think too much" go over the over picture and are very thick.

I'm trying to track down what in the css does this. Is this a chunk of css in the theme, or a chunk of css linked with CCK or content profile. :S

Thank you.

Comments

Passionate_Lass’s picture

SOLUTION:

In node.tpl.php.
Delete:
<div class="PostMetadataHeader"> and it's </div>

This removes the BG behind the header of nodes though so you should probably remove the footer one too.

<div class="PostMetadataFooter"> and it's </div>

For some reason making changes to the css would not update on the site so removing the divs related to it were the next step.

Consider adding something where it would provide an "if statement" to make the div code appear on certain pages like say but not say user/*

Agileware’s picture

Status: Active » Closed (fixed)