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?
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?
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
Zen-Venom Get Bitten
http://www.flowsolutions1.com
version of zen-cart 1.3.8
Your site is Slowww
Look in your stylesheet.css for this and change to left - center is an illegal option for this and errors:
Code:.back { float: center; }
Zen-Venom Get Bitten
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