View Single Post
  #6  
Old 05-23-2010, 03:19 PM
 
Shamun Shamun is offline
 

X-Adept
  
Join Date: Jun 2009
Location: North Carolina
Posts: 841
 

Default Re: conditional left column

Quote:
Originally Posted by FTI
Thats exactly what I needed, thank you very much. Where to put this code in product.tpl? And also is there a way to push the product details all the way to the left, so I can use the free space for larger product image?


To control the left/right nav bar, you need to change the code in the .tpl file its located in... This would/should be skin1/customer/home.tpl


As for pushing product details to the left, you could try changing the details div/span css to:
Code:
float: left;
__________________
- Shane Munroe
Reply With Quote