Notifications
Clear all
Topic starter
Find:
/www/catalog/controller/extension/module/featured.php
Find:
[CODE]’description’ => utf8_substr(strip_tags(html_entity_decode($product_info[‘description’], ENT_QUOTES, ‘UTF-8’)), 0, $this->config->get(‘theme_’ . $this->config->get(‘config_theme’) . ‘_product_description_length’)) . ‘..’,
[/CODE]
Delete that line and save
Now go ope your stylesheet
/www/catalog/view/theme/default/stylesheet/stylesheet.css
Find: on line 554 .product-thumb .caption
[CODE]min-height: 180px;[/CODE]
to
[CODE]min-height: 10px;[/CODE]
Posted : 07/09/2020 1:52 pm