
Its normal , since the product name may differ. You could fixate the height for the product name div and limit the title characters not to go over the height.
In controllers(catalog/controller/product/category.php, search.php, manufacturer.php, special.php , and module/latest , featured, bestseller, special) , find the line
replace it with:
change the number of characters to fit your needs.
Code: Select all
'name' => $result['name'],
Code: Select all
'name' => mb_substr($result['name'], 0, 50) . '..',
Who is online
Users browsing this forum: No registered users and 3 guests