Skip to content

Commit

Permalink
Add class to manage img size in product page
Browse files Browse the repository at this point in the history
  • Loading branch information
YeLnatSs authored and Quetzacoalt91 committed May 8, 2019
1 parent 259fede commit 25421b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/classic/templates/catalog/product.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@

<div class="product-information">
{block name='product_description_short'}
<div id="product-description-short-{$product.id}" itemprop="description">{$product.description_short nofilter}</div>
<div id="product-description-short-{$product.id}" class="product-description" itemprop="description">{$product.description_short nofilter}</div>
{/block}

{if $product.is_customizable && count($product.customizations.fields)}
Expand Down

0 comments on commit 25421b9

Please sign in to comment.