Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Enlarging Product Description Box

Enlarging Product Description Box

Locked

Views: 398

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
15 Sep 2010, 11:11 PM
#1
rufusclc avatar

rufusclc

Zen Follower

Join Date:
Sep 2008
Location:
San Diego
Posts:
159
Plugin Contributions:
0

Enlarging Product Description Box

In doing my upgrade, I am also changing my template and have a layout question regarding the size of the product description box - see any product page of the new site at createadesign.net/demo = Question is = where do I find the dimensions of this outline/box so I can increase the width?
Thanx in advance Rufusclc

15 Sep 2010, 11:42 PM
#2
lindasdd avatar

lindasdd

Zen Follower

Join Date:
Jun 2007
Posts:
474
Plugin Contributions:
0

Re: Enlarging Product Description Box

First, get the Firebug add on for Fireforx. This will make your life much easier if you are redesigning.

Next, when using Firebug, realize the DIV that controls that section (at least on your site) is:

#rightFloat

which in your stylesheet is set to:

#rightFloat {
float:left;
width:45%;

}

Change that percentage to something else till you like it. If you have Firebug you can text this right in the browser without having to reload the file.

-lindasdd

15 Sep 2010, 11:47 PM
#3
rufusclc avatar

rufusclc

Zen Follower

Join Date:
Sep 2008
Location:
San Diego
Posts:
159
Plugin Contributions:
0

Re: Enlarging Product Description Box

Thanx a bunch for your very prompt response
Rufus