Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Left column not showing fully

Left column not showing fully

Locked

Views: 993

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
2 Feb 2009, 11:37 AM
#1
brendanmutton avatar

brendanmutton

New Zenner

Join Date:
Feb 2009
Posts:
3
Plugin Contributions:
0

Left column not showing fully

hello,
Recently i have modified zen cart. I have added features such as displaying category products in the category sidebox. I have also added a contact box below the categeories which is currently inside the category box.

https://www.sffhosting.com/~harton if you take a look at the website you will see what i mean. it just cuts off the left column.

I do not really want to set a height for the site as it is posible the products will be added or deleted.

Any suggestions.

thanks

2 Feb 2009, 11:38 AM
#2
brendanmutton avatar

brendanmutton

New Zenner

Join Date:
Feb 2009
Posts:
3
Plugin Contributions:
0

Re: Left column not showing fully

Just to add my stylesheet might be abit messy as i have tried some things so it may not look standard.

2 Feb 2009, 1:38 PM
#3
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Left column not showing fully

It's worse than you know - in IE7, the content is all off to the left.

As far as the sidebox length goes, don't try to give every element height (or width) specs. Zencart will do that mostly by itself.

.leftBoxContainer, .rightBoxContainer {
width: 193px;
height: 208px;

margin: 0em;
background: url(../images/navgr.jpg);
margin-top: 0em;
}

Remove the red parts and see if that fixes things.

2 Feb 2009, 3:35 PM
#4
brendanmutton avatar

brendanmutton

New Zenner

Join Date:
Feb 2009
Posts:
3
Plugin Contributions:
0

Re: Left column not showing fully

How silly, ive been searching all over the CSS. Clearly i did not read it well enough. It is now working fine if you would like to check it https://www.sffhosting.com/~harton

All i did was removed the height.

2 Feb 2009, 4:29 PM
#5
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Left column not showing fully

Seems to be OK in both browsers now.