View Single Post
  #5  
Old 11-01-2011, 11:51 AM
  CottonAge.com's Avatar 
CottonAge.com CottonAge.com is offline
 

eXpert
  
Join Date: Jan 2008
Location: Orange County, California
Posts: 244
 

Default Re: Editing product page descrition to full width v4.4.4

in product.tpl locate this code
Code:
<div class="details"{if $max_image_width gt 0} style="margin-left: {$max_image_width}px;"{/if}>
and replaced it with this
Code:
<div class="details"{if $max_image_width gt 0} {/if}>
in product_details.tpl added a div class "detail-form" before <form>
Code:
.detail-form { margin-left: 150px; }


product_details.tpl ex:
Code:
<div class="detail-form"><form name="orderform" method="post" action="cart.php" onsubmit="javascript: return FormValidation(this);"> ............. .............. ........... </form> </div>


Hope this helps
__________________
CottonAge.com - v4.4.4 - Gold
Mirko.com - v4.1.12 - Gold

We sell Bathrobes, Slippers, Towels & more at wholesale prices...
Reply With Quote