Zen Cart Logo
Forums / General Questions / centercolumn space between categories

centercolumn space between categories

Locked

Views: 945

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
29 Apr 2008, 6:50 PM
#1
jafma avatar

jafma

New Zenner

Join Date:
Mar 2008
Posts:
26
Plugin Contributions:
0

centercolumn space between categories

Hi....
I have my site set up to have a linear array of full width categories in the center column, with side-boxes on the right only.
I seem to have the padding at the top of the center column set to about 0.4em - and it looks as if the space between the first three categories is about the same. Today, when I entered a new category, the spacing between the new category and the one above it is much greater. Perhaps as much as 3 times bigger.
I've gone through the CSS, but can't find where to make the adjustment - and I don't understand why it would only happen between the last two categories.......
Thanks for any input.

29 Apr 2008, 7:02 PM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,176
Plugin Contributions:
0

Re: centercolumn space between categories

Ja,
Post a link to the page so I can veiw, please.. or pm me

29 Apr 2008, 7:54 PM
#3
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,176
Plugin Contributions:
0

Re: centercolumn space between categories

Ja,
You are missing the following declaration in the stylesheet.css

This is a temporary fix:

  1. This should be in the stylesheet.css
  2. But it is not
    .clearBoth {
    clear: both;
    }
  3. I tried but to no availSo Add this for a temporary fix: Until one the Zen Master evil eye over it.
    The problem is in the template you are using..
    I really need the file of the template that the Category page is displaying to fix her correct.
    Send if you like:

includes/templates/nightfall/css/stylesheet.css

Add this to the bottom of the sheet

  1. .clearBoth {display:none;}
29 Apr 2008, 8:18 PM
#4
jafma avatar

jafma

New Zenner

Join Date:
Mar 2008
Posts:
26
Plugin Contributions:
0

Re: centercolumn space between categories

Thanks, Haredo...
When I add:

.clearBoth {display:none;}

to the end of my nightfall template CSS - it certainly takes care of the space problem between the category images, but it also collapses my category links below the header into the header image.
I have the file for the nightfall CSS, and would love you to take a look at it - but I'm not sure how to get it to you. Should I post it?

29 Apr 2008, 8:24 PM
#5
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,176
Plugin Contributions:
0

Re: centercolumn space between categories

jafma:

Thanks, Haredo...
When I add:

.clearBoth {display:none;}

to the end of my nightfall template CSS - it certainly takes care of the space problem between the category images, but it also collapses my category links below the header into the header image.
I have the file for the nightfall CSS, and would love you to take a look at it - but I'm not sure how to get it to you. Should I post it?

Ja,
Well that is not the fix..

Take the declaration out of the stylesheet.css

We need to edit the file listing_display_order.php file of the template you are using

Developers tool kit
Search for categoryListBoxContents
This will get us to the .php file to edit

29 Apr 2008, 8:35 PM
#7
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,176
Plugin Contributions:
0

Re: centercolumn space between categories

Yes, big time