j9uddin Posted August 8, 2012 Share Posted August 8, 2012 Hi I have a problem with product titles being too long, they start to overlap the margins, usually the long text will be two lines but some titles keep going off the page, http://5starelite.co.uk please check the new products module on the right. Is there a fix for this?... Link to comment Share on other sites More sharing options...
shacker Posted August 10, 2012 Share Posted August 10, 2012 you can edit the new proucts tpl on the module folder, and change {$newproduct.name|strip_tags|escape:html:'UTF-8'} to {$newproduct.name|truncate:16...|strip_tags|escape:html:'UTF-8'} the truncate reduce the size in 16 characters Link to comment Share on other sites More sharing options...
j9uddin Posted August 10, 2012 Author Share Posted August 10, 2012 Hi Shacker thanks for replying back. I replaced this line of code but still facing the same issue? it seems the product titles are overlapping the margin limits, it should start a new line. Thanks Link to comment Share on other sites More sharing options...
shacker Posted August 11, 2012 Share Posted August 11, 2012 remember to force compile in preferences, performance to see the changes Link to comment Share on other sites More sharing options...
Recommended Posts