How do I spread product title in modules?
Posted: Tue Jan 21, 2014 6:40 pm
I have long product titles and want them on 2 or more lines depending on the length but for some reason they are displaying on 1 long line so looks odd.
I have tried changing the div name to :
<div class="name"><a href="<?php echo $product['href']; ?>"><?php echo html_entity_decode(str_replace(", ", ",<br />", $product['name']), ENT_QUOTES, 'UTF-8'); ?></a></div>
as per another thread but this doesn't work.
Please advise, thanks
I have tried changing the div name to :
<div class="name"><a href="<?php echo $product['href']; ?>"><?php echo html_entity_decode(str_replace(", ", ",<br />", $product['name']), ENT_QUOTES, 'UTF-8'); ?></a></div>
as per another thread but this doesn't work.
Please advise, thanks
