Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Problem with New Products box

Problem with New Products box

Locked

Views: 937

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
11 Apr 2008, 4:33 PM
#1
fsicody avatar

fsicody

New Zenner

Join Date:
Apr 2008
Posts:
36
Plugin Contributions:
0

Problem with New Products box

The new products box is displaying all of the products in a single column instead of spreading them out across the box. how do i fix this?

11 Apr 2008, 4:40 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Problem with New Products box

A link to your site?

Zen Cart Version?

Template?

Or awitch to the classic template and see if the issue persists as this might narrow this to a template issue

11 Apr 2008, 4:54 PM
#3
fsicody avatar

fsicody

New Zenner

Join Date:
Apr 2008
Posts:
36
Plugin Contributions:
0

Re: Problem with New Products box

http://www.flowsolutions1.com
version of zen-cart 1.3.8

11 Apr 2008, 5:59 PM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Problem with New Products box

Your site is Slowww

Look in your stylesheet.css for this and change to left - center is an illegal option for this and errors:

.back {
	float: center;
	}
11 Apr 2008, 6:25 PM
#5
fsicody avatar

fsicody

New Zenner

Join Date:
Apr 2008
Posts:
36
Plugin Contributions:
0

Re: Problem with New Products box

that fixed it, i was trying to get my links centered on the header earlier and forgot to make a new line and put in text-align:center; j
thanks kobra