Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Product Image Listing

Product Image Listing

Locked

Views: 625

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
19 Nov 2010, 1:33 AM
#1
stevanicus avatar

stevanicus

New Zenner

Join Date:
Dec 2008
Posts:
35
Plugin Contributions:
0

Product Image Listing

This one is driving me potty! I have being sitting hours
trying to fix it... I dont understand why its doing it.

Basically... the product image column is massive and it wont budge to fit the size of the image.

I've attached an image to show you.

Any ideas how to fix it?

I've edited all sorts in the stylesheet.

Thanks in advance

http://www.blissimo.co.uk/amasala/shop/index.php?main_page=index&cPath=1

19 Nov 2010, 12:21 PM
#2
gjh42 avatar

gjh42

Black Belt

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

Re: Product Image Listing

stylesheet.css (line 181)

#mainWrapper {
background-color:#FFFFFF;
border:1px solid #9A9A9A;
text-align:left;
vertical-align:top;
width:1280px;
}

19 Nov 2010, 1:29 PM
#4
stevanicus avatar

stevanicus

New Zenner

Join Date:
Dec 2008
Posts:
35
Plugin Contributions:
0

Re: Product Image Listing

Fixed it by adding the following

#listCell0-0{
		width:100px;
	}
19 Nov 2010, 7:55 PM
#5
gjh42 avatar

gjh42

Black Belt

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

Re: Product Image Listing

1280px is way bigger than your content can fill comfortably - everything looks stretched or lost on the page. If you really want a wide page, at least make it 1240px so that there will not be a horizontal scrollbar on a 1280px monitor (though there will still be one on a common 1024px monitor, cutting off one whole sidebar at any time).

19 Nov 2010, 8:38 PM
#6
stevanicus avatar

stevanicus

New Zenner

Join Date:
Dec 2008
Posts:
35
Plugin Contributions:
0

Re: Product Image Listing

yea good idea,

thanks for that.