myzuhari Posted August 18, 2010 Share Posted August 18, 2010 My header title is too long to be fitted in the title bar as shown in the attachment below. Are there any ways to overcome this problem? Thanks in advance. Link to comment Share on other sites More sharing options...
rocky Posted August 18, 2010 Share Posted August 18, 2010 The easiest solution is to truncate the product name so that it fits on one line. To do this, change line 91 of product.tpl in your theme's directory from: {$product->name|escape:'htmlall':'UTF-8'} to: {$product->name|escape:'htmlall':'UTF-8'|truncate:70} Change 70 to whatever number of characters works well for your product names. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now