Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / product info layout question

product info layout question

Locked

Views: 1,196

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
24 Jan 2007, 5:08 AM
#1
simetra avatar

simetra

Zen Follower

Join Date:
Mar 2005
Posts:
167
Plugin Contributions:
0

product info layout question

I want the text next to my image on the product info page to be aligned to the side of the image. It keeps wrapping itself under the image throwing the whole alignment off.

Can anyone tell me what file to edit and what edit please??? I cannot figure it out!

Here is an example
http://www.simetraonline.com/index.php?main_page=product_info&cPath=1&products_id=1

THANK YOU!

24 Jan 2007, 8:21 AM
#2
kobra avatar

kobra

Black Belt

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

Re: product info layout question

In your stylesheet.css find this tag ans seperate it out into it's own or add it and set a width that works for your install

#productDescription {
	font-size: 1.1em;
	float: right;
	width: 65%;
	}
24 Jan 2007, 6:08 PM
#3
simetra avatar

simetra

Zen Follower

Join Date:
Mar 2005
Posts:
167
Plugin Contributions:
0

Re: product info layout question

THANK YOU SO MUCH! My css was missing that section! it works now!

Thank you!