Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Right side boxes are higher than left

Right side boxes are higher than left

Locked

Views: 1,690

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
11 May 2006, 12:36 AM
#1
wtashby avatar

wtashby

Totally Zenned

Join Date:
Feb 2006
Posts:
594
Plugin Contributions:
0

Right side boxes are higher than left

How can I adjust where the top of the sideboxes end up? On my new (and grossly under-completed) site, the right column side boxes are a little higher than the ones on the left.:wacko:

My new uncompleted site.

you can take a look to see what I mean.

Thanks

PS: Please ignore the warnings at the top, I just havent gotten around to fixing those yet.

11 May 2006, 12:54 AM
#2
gilby avatar

gilby

Totally Zenned

Join Date:
Aug 2005
Location:
Vic, Oz
Posts:
1,816
Plugin Contributions:
0

Re: Right side boxes are higher than left

Your link doesn't work as it is your local site on your computer. Post a link to your website:smile:

wtashby:

How can I adjust where the top of the sideboxes end up? On my new (and grossly under-completed) site, the right column side boxes are a little higher than the ones on the left.:wacko:

My new uncompleted site.

you can take a look to see what I mean.

Thanks

PS: Please ignore the warnings at the top, I just havent gotten around to fixing those yet.

11 May 2006, 1:15 AM
#3
wtashby avatar

wtashby

Totally Zenned

Join Date:
Feb 2006
Posts:
594
Plugin Contributions:
0

Re: Right side boxes are higher than left

Oops,

Sorry, that's all I have right now. I'ts on my personal server while I work on it.

I don't want to upload the whole darned thing to my live server until after it is perfect.

Anyway, what I'm talking about is, if you look at the side boxes on the right, and the side boxes on the left, the ones on the left are just a little higher than the right. Almost looking as if they are a part of the header (actuall, encroaching onto the bread crumb section)

Any ideas of where to adjust that?

17 May 2006, 2:22 AM
#4
ts232 avatar

ts232

Zen Follower

Join Date:
May 2006
Posts:
167
Plugin Contributions:
0

Re: Right side boxes are higher than left

wtashby:

Oops,

Sorry, that's all I have right now. I'ts on my personal server while I work on it.

I don't want to upload the whole darned thing to my live server until after it is perfect.

Anyway, what I'm talking about is, if you look at the side boxes on the right, and the side boxes on the left, the ones on the left are just a little higher than the right. Almost looking as if they are a part of the header (actuall, encroaching onto the bread crumb section)

Any ideas of where to adjust that?

I am having this problem on my web site. Any ideas on a fix? http://www.takspeed.com/shop/

17 May 2006, 3:08 AM
#5
gilby avatar

gilby

Totally Zenned

Join Date:
Aug 2005
Location:
Vic, Oz
Posts:
1,816
Plugin Contributions:
0

Re: Right side boxes are higher than left

.leftBoxContainer {
	border: 0px solid #ffffff;
	margin-top: 1.5em;          <------- Here Tis
	}

All your left column boxes have a margin spacing at the top
To remove, comment out the above line

.or.

To add them to your right column boxes add the above line to
.rightBoxcontainer

:thumbsup:

17 May 2006, 3:17 AM
#6
ts232 avatar

ts232

Zen Follower

Join Date:
May 2006
Posts:
167
Plugin Contributions:
0

Re: Right side boxes are higher than left

gilby:

.leftBoxContainer {
border: 0px solid #ffffff;
margin-top: 1.5em; <------- Here Tis
}

> 
> All your left column boxes have a margin spacing at the top
> To remove, comment out the above line
> 
> .or.
> 
> To add them to your right column boxes add the above line to
> .rightBoxcontainer
> 
> :thumbsup:

you da bomb man, thanks!  :yes: