Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Product Description/ Text Area Width

Product Description/ Text Area Width

Locked

Views: 1,106

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
26 Jun 2010, 1:04 PM
#1
meetfoxy avatar

meetfoxy

New Zenner

Join Date:
Apr 2008
Posts:
17
Plugin Contributions:
0

Product Description/ Text Area Width

I have searched the Zen forum up and down and can't find a solution.

I run v.1.3.8 and have moved my product image to the right side.
However, now the product description is below the image if the the text is too long.

http://digitalscrapink. c o m/shop/index.php?main_page=product_info&cPath=6_7&products_id=512

I can simply fix this by editing each product description but there must be a way to edit this in the stylesheet so that the text area has a fixed width.

Anyone around to help?

26 Jun 2010, 1:20 PM
#2
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: Product Description/ Text Area Width

open your stylesheet.css and modify following , by adding additional rules in red .. ( line 334 )

productDescription {
clear:both;
float:left;
width:450px;
}

you can change width to any px ..
i added clear:both , so text stay bellow image if you decide to go anything less then 400 px.
hope this helps.