nikos83 Posted March 15, 2017 Share Posted March 15, 2017 (edited) I would like to align my additional accessories showed on the bottom of Product. At the moment I have different height of them because the name of them is in different length. How can I modify that? is there any easy way to do it? I would like to looks like that: Thanks Edited April 20, 2018 by nikos83 (see edit history) Link to comment Share on other sites More sharing options...
rocky Posted March 16, 2017 Share Posted March 16, 2017 You can either truncate the accessory name like this: {$accessory.name|truncate:20:'...':true|escape:'html':'UTF-8'} Or you can use CSS to set a min-height on the .product-name so that the boxes all match the height of the longest description. 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