Zen Cart Logo
Forums / Addon Templates / Help with product info page - Cherry Zen

Help with product info page - Cherry Zen

Locked

Views: 1,927

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
2 Dec 2008, 2:11 AM
#1
ahall13 avatar

ahall13

New Zenner

Join Date:
Nov 2008
Posts:
33
Plugin Contributions:
0

Help with product info page - Cherry Zen

I know this is pretty basic but I was hoping someone could help me. I am using the cherry zen template and have made some small edits. On the product info page there is a leftfloat div and a rightfloat div. The right float is set to Width 45%; it appears they are part of the .contentWrap

What I would like to do is make the rightfloat larger than 45% and make the left float smaller. This doesn't appear as easy as making the 45% a larger number. Can someone help me? I am just working with the sample db but an example is

http://13car.com/Catalog/index.php?m...products_id=11

I see that I have .float-wrap and .contentwrap but I don't see anything in the stylesheet limiting the size of the rightfloat.

2 Dec 2008, 2:41 AM
#2
bobdog avatar

bobdog

Totally Zenned

Join Date:
Mar 2006
Location:
Fresno, California
Posts:
590
Plugin Contributions:
0

Re: Help with product info page - Cherry Zen

Ahh, yes the stylesheet will not do the trick. When I look at the source code, it reveals this:

<div id="leftFloat" style="width:340px">

SO, somewhere in the product info template, you are going to have to adjust that.

A quick way to find the exact file would be to use the developer's tool kit and search for width:340px

That will direct you to the file to edit.

2 Dec 2008, 3:16 AM
#3
ahall13 avatar

ahall13

New Zenner

Join Date:
Nov 2008
Posts:
33
Plugin Contributions:
0

Re: Help with product info page - Cherry Zen

thanks for the quick response bobdog (even though I posted in the wrong area) the developers toolkit is that a firefox add-on? I see what your saying when I check the source.

2 Dec 2008, 4:06 AM
#4
bobdog avatar

bobdog

Totally Zenned

Join Date:
Mar 2006
Location:
Fresno, California
Posts:
590
Plugin Contributions:
0

Re: Help with product info page - Cherry Zen

Go to admin > tools > developers tool kit and type in width:340px

It will show the file(s) associated with that. But I'm just guessing it is tpl_product_info page.

2 Dec 2008, 12:53 PM
#5
ahall13 avatar

ahall13

New Zenner

Join Date:
Nov 2008
Posts:
33
Plugin Contributions:
0

Re: Help with product info page - Cherry Zen

Thanks bobdog. It was in the tpl_product_info, but was rightfloat width: Medium_Image_Size +40px. I really appreciate the help. I know it is frustrating helping n00bs sometimes.