Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / left colum spacing - odd problem

left colum spacing - odd problem

Locked

Views: 1,037

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
7 Nov 2009, 8:29 AM
#1
rwoody avatar

rwoody

Totally Zenned

Join Date:
Aug 2004
Location:
Fountain Hills, AZ
Posts:
476
Plugin Contributions:
0

left colum spacing - odd problem

I must be tired or something... I've built so many of these and never had this issue before - I'm hoping someone with fresh eyes can see what must be a silly error I'm overlooking.

Here is the link - site - Notice the Cat box and the info box have no space between - I just started with a basic classic - removed all the images and started restyling as I needed to, so this is a pretty simple design -

When I popped in the info box it was squished up under the categories box and I've gone over the css a ton and can't find what's created the issue.

Can someone with firebug take a quick look and see what in the heck I've done here? I'm sure it has to be I typo I'm just am not seeing. :frusty:

Thanks a bunch in advance.

Ruth

7 Nov 2009, 8:59 AM
#2
rwoody avatar

rwoody

Totally Zenned

Join Date:
Aug 2004
Location:
Fountain Hills, AZ
Posts:
476
Plugin Contributions:
0

Re: left colum spacing - odd problem

prettywish126:

well,dont worry,that is a real simple issue,you can go to 'your_templete/css/style_sheet.css',just change the css style,you can slove the problem.
i have disable this problem many times.

Ok, can you give me a clue? LOL...I've looked at the style sheet till my eyes are red and I don't see what I did to create the problem.

Thanks for any nudges in the right direction.

7 Nov 2009, 12:17 PM
#3
stevesh avatar

stevesh

Black Belt

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

Re: left colum spacing - odd problem

I don't know what you did, but each of the boxes has its own id, so if you add this to the stylesheet:

#information {margin-top:1em;}

Adjust the '1em' as desired.

7 Nov 2009, 6:43 PM
#4
and_or avatar

and_or

New Zenner

Join Date:
Apr 2009
Location:
Netherlands
Posts:
9
Plugin Contributions:
0

Re: left colum spacing - odd problem

stylesheet.css (line 621)

.leftBoxContainer, .rightBoxContainer {
border-bottom:1px solid #0063FF;
margin:0;
}

no margin and no padding defined, so there is no space between the boxes

Original css form Classic template is:
.leftBoxContainer, .rightBoxContainer {
margin: 0em;
border: 1px solid #9a9a9a;
border-bottom: 5px solid #336633;
margin-top: 1.5em;
}

So you must have changed that...

Goodluck

7 Nov 2009, 9:39 PM
#5
rwoody avatar

rwoody

Totally Zenned

Join Date:
Aug 2004
Location:
Fountain Hills, AZ
Posts:
476
Plugin Contributions:
0

Re: left colum spacing - odd problem

And_or:

stylesheet.css (line 621)

.leftBoxContainer, .rightBoxContainer {
border-bottom:1px solid #0063FF;
margin:0;
}

no margin and no padding defined, so there is no space between the boxes

Original css form Classic template is:
.leftBoxContainer, .rightBoxContainer {
margin: 0em;
border: 1px solid #9a9a9a;
border-bottom: 5px solid #336633;
margin-top: 1.5em;
}

So you must have changed that...

Goodluck

I knew it was silly - have no idea why I removed that and why I didn't catch it. Must have just been really tired.

Thanks a bunch!!

Ruth