Zen Cart Logo
Forums / Addon Templates / New categories push side box into header - pure black template

New categories push side box into header - pure black template

Views: 1,443

Results 1 to 6 of 6
28 Jul 2011, 12:36 AM
#1
janemeechan avatar

janemeechan

New Zenner

Join Date:
Jul 2011
Posts:
8
Plugin Contributions:
0

New categories push side box into header - pure black template

Hi, can anyone help with 2 issues. First one is when i add a category it pushes the sideboxes into the header area and i cannot work out how to stop it happening.

Second problem is that at the top of the page header, just very faintly, is the categories showing through on the header.

Anyone please help as this has brought me to a standstill.

many thanks

jane

http://www.certificatesofdistinction.co.uk/

ps box layout is fine without any categories added.

28 Jul 2011, 2:38 AM
#2
gaurav10feb avatar

gaurav10feb

Zen Follower

Join Date:
Jan 2010
Location:
Australia
Posts:
243
Plugin Contributions:
1

Re: New categories push side box into header - pure black template

First one is when i add a category it pushes the sideboxes into the header area and i cannot work out how to stop it happening.

looks like the table you are using to show search, cart, language and currency is not inside header div. categories div are spose to start after header but table is making a mess

Second problem is that at the top of the page header, just very faintly, is the categories showing through on the header.

the categories showing there is tab which can be disbabled in admin site configuration>>layout settings>>categories-tabs menu on/off

28 Jul 2011, 2:49 AM
#3
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: New categories push side box into header - pure black template

You have a fixed height for #logoWrapper which encloses all header elements, and they don't all fit in that height. The #contentMainWrapper follows the specified height in deciding where to start.

stylesheet.css (line 273)

#logoWrapper {
background-color: #FFFFFF;
height: 58px;
}

28 Jul 2011, 11:35 AM
#4
janemeechan avatar

janemeechan

New Zenner

Join Date:
Jul 2011
Posts:
8
Plugin Contributions:
0

Re: New categories push side box into header - pure black template

Hi, so does that mean there is no way of fixing the header issue?

jane

28 Jul 2011, 11:51 AM
#5
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: New categories push side box into header - pure black template

No, it means that you need to either set a larger height for logoWrapper, or do not set a height at all and let its contents determine the height.

28 Jul 2011, 11:55 AM
#6
janemeechan avatar

janemeechan

New Zenner

Join Date:
Jul 2011
Posts:
8
Plugin Contributions:
0

Re: New categories push side box into header - pure black template

Hi gjh42 i will give that a try, many thanks.

jane