Zen Cart Logo
Forums / All Other Contributions/Addons / Colum grid layout issues for 1.3.8

Colum grid layout issues for 1.3.8

Locked

Views: 760

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
28 Jan 2010, 3:11 PM
#1
justmel avatar

justmel

New Zenner

Join Date:
Feb 2006
Posts:
8
Plugin Contributions:
0

Colum grid layout issues for 1.3.8

I have looked all over for this problem. I read over the same problem here, and double checked how the mod is installed just to be sure. Everything is installed as it should be. When I finished upgrading, the column grid layout went wonky. I reinstalled the upgraded version of the mod for 1.3.8. I assuming that by installing the upgraded version of the mod, it would straighten itself out. If you look at the page link I provided you'll see what I mean. It does this in all browsers too.

The actual product listing looks fine. No problem there. but when you scroll down to the New Products below the listing, my problem becomes obvious. It is repeated all over the cart for all the New Product boxes, featured etc., I removed the Featured Boxes for now. Before I upgraded, ALL my products were displayed in neat, tidy columns, 4 across. Not a problem. Now, not at all. It doesn't make any sense. I've tried changing widths, narrowing the column of the left, everything that might possibly cause this. Nothing works.

http://www.thedvdream.com/dreamstore_new/index.php?main_page=index&cPath=121_120

Why on earth would this act this way? I sincerely hope someone can help.

29 Jan 2010, 9:00 PM
#2
justmel avatar

justmel

New Zenner

Join Date:
Feb 2006
Posts:
8
Plugin Contributions:
0

Re: Colum grid layout issues for 1.3.8

So....no one has any suggestions??? None??

30 Jan 2010, 7:22 AM
#3
kobra avatar

kobra

Black Belt

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

Re: Colum grid layout issues for 1.3.8

Column-grid has nothing to do with new or featured listings....
Yours is an excessive padding issue change to 1px

#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top; padding: 10px;
	}