Jump to content

Set min-height in subcategory image


zeemonn

Recommended Posts

Hi!

Im using the same scene image for one category and its subcategories but want the image on subcategories to be smaller in height.

I have edited the categories.tpl to look like:

<!-- Category image -->
{if $category->id_parent neq 0}  //if subcategory
<div class="content_scene_cat_bg"{if $category->id_image} 
style="background:url({$link->getCatImageLink($category->link_rewrite, 5, 'category_default')|escape:'html':'UTF-8'}) 
right center no-repeat; background-size:cover; min-height:150px;"{/if}>

But the min-height is set to a standard of 217 px. no matter what i do!!

Please help me!

 

Link to comment
Share on other sites

×
×
  • Create New...