View Single Post
  #1  
Old 10-25-2009, 03:44 PM
  Hyperdelicious's Avatar 
Hyperdelicious Hyperdelicious is offline
 

Senior Member
  
Join Date: Sep 2002
Location: In the Middle of Nowhere
Posts: 138
 

Default Category Description image not displaying properly

Using x-cart 4.2.1 with DIV layout... my problem is regarding images in category descriptions... when I add an image to the category description the image seems to float outside the description area... the image falls into the product list area... pushing product info (thumbnails, desc, price, ect.) to the left... I tried editing subcategories.tpl

Code:
{if $current_category.description ne ""} <div id="subcat-desc" style="display:block;"><p class="subcategory-descr">{$current_category.description}</p></div> {/if}

...without luck... any ideas?


also noticed... editing .subcategory-descr in main.css does not effect the <p> layout at all... however... variables set when embedding style="" to <p> in the template show up... ???... any ideas? perhaps the css is called from another file???
Reply With Quote