Hello, I am trying to insert short description in category view.
I enter the following code
<h3 class="catProductTitle"><?php echo JHTML::link($product->link, $product->product_name); ?></h3>
<div><?php echo JHTML::link($product->link, $product->product_s_desc); ?></div>
in order to show it under title, but template breaks. I have tried several methods in override.css and places in default.php, but template always breaks.
Additonnally, last product in pagination, is totally unaligned. I have set poducts in a row of 4, but last row has 3 and last product hoes down, same thing when using 5.
You can check this on https://www.growmarket.gr/bak/organikos ... -dialumata
I am using Joomla 2.5.27, VM 2.6.12.2 and last version of Storefront template.