home page problem (andreas template)

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
lleighh
Forum Members
Forum Members
Posts: 59
Joined: Tue Apr 11, 2006 2:40 pm

home page problem (andreas template)

Post by lleighh »

I'm having trouble getting the extra space out of the top of my home page ... http://mwbecoordinators.org/cmsms/ ...

I'm using the andreas template (altered a little) ... the other pages come in fine without the extra space above the title but can't seem to figure out why the home is coming in funny.

any ideas?
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: home page problem (andreas template)

Post by Dr.CSS »

I don't see the extra space, all pages look the same to me maybe a screen shot with pointer to the problem,
maybe did you want the right hand map of state thing to be lower?

    mark
lleighh
Forum Members
Forum Members
Posts: 59
Joined: Tue Apr 11, 2006 2:40 pm

Re: home page problem (andreas template)

Post by lleighh »

it's not the header i'm talking about.  i didn't design that so i can't change it.   

it's the way the middle content comes in lower on the home page than the other pages ... see screenshot.

(note: the content title on the other pages comes up flush to the top of the middle column)

[attachment deleted by admin]
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: home page problem (andreas template)

Post by Dr.CSS »

AH yes i see,, thats IE for ya well try this,,

#content {
margin: 0 160px 20px 155px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0px 20px 0px 20px;  this is redundant it could be '0px 20px' it goes 'top' 'right' 'bottom' 'left' if you do it the other way it takes care of both,,
text-align: left;
}

it looks like your running into the menu on the left in IE.

  mark
Post Reply

Return to “Layout and Design (CSS & HTML)”