Jump to content

[SOLVED] How align vertically Additional Accessories bxslider?


Recommended Posts

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.

post-83565-0-86549900-1489582151_thumb.png

 

How can I modify that? is there any easy way to do it? 

I would like to looks like that:

post-83565-0-29893100-1489582151_thumb.png

 

Thanks 

Edited by nikos83 (see edit history)
Link to comment
Share on other sites

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...