Zen Cart Logo

Product page layout

Locked

Views: 1,009

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
20 Dec 2007, 6:29 PM
#1
francocauter avatar

francocauter

Zen Follower

Join Date:
Jun 2007
Location:
Milton Keynes UK
Posts:
153
Plugin Contributions:
0

Product page layout

I would like the Product Title & Price to be under neath the image regardless of how big is the image. Can someone help me?
Thanks

20 Dec 2007, 8:28 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Product page layout

I presume you have arranged the main image code block in tpl_product_info_display.php to be above the title block? If so, just add

<br class="clearBoth" />

after the main image block, and all following elements will be forced below it.

20 Dec 2007, 10:15 PM
#3
francocauter avatar

francocauter

Zen Follower

Join Date:
Jun 2007
Location:
Milton Keynes UK
Posts:
153
Plugin Contributions:
0

Re: Product page layout

gjh42:

I presume you have arranged the main image code block in tpl_product_info_display.php to be above the title block? If so, just add

<br class="clearBoth" />

after the main image block, and all following elements will be forced below it.

Thanks Glenn
I am going to try and see if can manage it.
By the way I am using your Category Dressing thanks a bundle
Franco