Zen Cart Logo

Page columns

Locked

Views: 711

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
9 Sep 2010, 6:16 PM
#1
leest35 avatar

leest35

Zen Follower

Join Date:
May 2010
Location:
London UK
Posts:
134
Plugin Contributions:
0

Page columns

Hi All,

I am working on a site http://www.ssdesignersaris.co.uk

and it seems like all of the columns are aligning in the centre vertically as they do not sit at the top of the page and i am not sure why.

Can anybody help?

Thanks

Lee

9 Sep 2010, 8:50 PM
#2
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: Page columns

look for following in your stylesheet.css .
margin : 5em is the reason for side columns dropping down to much.
.leftBoxContainer, .rightBoxContainer {
border-color:#9A9A9A #9A9A9A #336633;
border-style:solid;
border-width:0 0 5px;
margin:5em 0 0;
}

10 Sep 2010, 1:54 PM
#3
celtic avatar

celtic

Zen Follower

Join Date:
Feb 2010
Posts:
154
Plugin Contributions:
0

Re: Page columns

And the reason your Featured Content is so far down is...

  1. You have margin: 25px auto; in your #page-wrap id
  2. You have a big white border around the background image - either remove it, or add background-position: -50px -50px; to the #page-wrap id
  3. The breadcrumbs bar is still being displayed (and taking up room) even though it's empty.