Take a look at this page: http://financial-independence.net/product This is using Drupal's ecommerce script. Any solutions to this problem? Thanks in advance. --bhaque
looks like there are three columns for the table. you may have to rethink how you enter the info if there are no options for adjusting the ecommerce template.
I think the theme might be the problem here it is a list of links from where you can download some nice themes http://drupal.org/project/Themes http://www.foxtheme.com http://www.mydrupal.com
You can use the imagecache module to size/scale/crop the images to a uniform size. If you are not using "ec views" along with the views module, you can install views, and enable "ec views", and override the default product page to display/layout the product nodes as you wish. You can further use the views_bonus module to layout in a grid, or other ways. If you are looking for a vertical list, I would first try the "teaser" view for the page. Are there specific things that you are trying to accomplish with the layout of this page? I'd be happy to try to give some pointers.