View Single Post
  #2  
Old 07-04-2010, 02:06 PM
 
Sisom Sisom is offline
 

eXpert
  
Join Date: Sep 2006
Posts: 310
 

Default Re: Now I know Qualiteam don't understand basic CSS...

To which I add, from customer/main/subcategories.tpl:

Code:
{elseif !$cat_products && !$subcategories} {$lng.txt_no_products_in_cat} {/if}

without a paragraph element - hence there are no tags to apply CSS to!

It should be

Code:
{elseif !$cat_products && !$subcategories} <p> {$lng.txt_no_products_in_cat} </p> {/if}
__________________
X-Cart Gold Version 4.3.2
Reply With Quote