Zen Cart Logo
Forums / General Questions / Sub-Categories Not Listing Correct ....

Sub-Categories Not Listing Correct ....

Locked

Views: 854

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
25 Feb 2010, 6:46 PM
#1
horrific_ending avatar

horrific_ending

New Zenner

Join Date:
Oct 2009
Posts:
90
Plugin Contributions:
0

Sub-Categories Not Listing Correct ....

Okay, looked all over and nothing ..... anyone know where and how to make the center sub-categories go from left to right instead right to left.

Example of messed up listing below -

http://www.venomousstangz.net/index.php?main_page=index&cPath=6

** All help is appreciated.

25 Feb 2010, 10:38 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Sub-Categories Not Listing Correct ....

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: right;
	}
	
#logo {
	display: none;
}
```Since you don't want the logo to display, just change float: right; back to float: left;

If you do want the logo, remove it from the big list and do its styling separately.
26 Feb 2010, 9:52 PM
#3
horrific_ending avatar

horrific_ending

New Zenner

Join Date:
Oct 2009
Posts:
90
Plugin Contributions:
0

Re: Sub-Categories Not Listing Correct ....

What file would we find this in ?

I have seen those lines, just forgot what file. Thanks in advance.

26 Feb 2010, 9:54 PM
#4
horrific_ending avatar

horrific_ending

New Zenner

Join Date:
Oct 2009
Posts:
90
Plugin Contributions:
0

Re: Sub-Categories Not Listing Correct ....

Oops, already found it .....

It's in the style sheet, great, Thanks for all the help.