Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / A simple layout fix regarding text

A simple layout fix regarding text

Views: 624

Results 1 to 3 of 3
7 Mar 2012, 3:42 PM
#1
robbin21973 avatar

robbin21973

Zen Follower

Join Date:
Feb 2009
Posts:
153
Plugin Contributions:
0

A simple layout fix regarding text

I ask this question because I do not know code, short of playing around to see what does what.

On my product pages, if I have one image the text starts after the price and wraps around the way it should. Once additional images are added, everything pushes down past the additional images. I want the text to wrap around all images.

This is what it's doing:

http://www.polishpotterystore.com/shopping/index.php?main_page=product_info&cPath=15_34&products_id=2281

This is what it should do on all pages:
http://www.polishpotterystore.com/shopping/index.php?main_page=product_info&cPath=10_32&products_id=1933

I know we are talking about a simple fix but where/how is not in my skill set. Searching the forum did not quite give me what I needed.
Thank you in advance.

7 Mar 2012, 4:17 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: A simple layout fix regarding text

#productAdditionalImages {float: left;}

7 Mar 2012, 7:06 PM
#3
robbin21973 avatar

robbin21973

Zen Follower

Join Date:
Feb 2009
Posts:
153
Plugin Contributions:
0

Re: A simple layout fix regarding text

Thank you this worked very well.