Furst Posted July 29, 2016 Share Posted July 29, 2016 Hello Jeg would like to get my products in line, instead of "floating". Maybe get a painted line around them, and make them the exact same size. Can anybody help. See attached. http://selyset.dk Thank you Best regards Nicolaj Link to comment Share on other sites More sharing options...
rocky Posted July 30, 2016 Share Posted July 30, 2016 You need to decide how many lines you want the product name to be and then give it a fixed height so all product names have the same height. For example, if you want three lines, you can add the following code to your CSS: .product-block .name a { height: 3em; } If you want only two lines, you'll need to edit product-list.tpl and reduce the truncate value on the product name. Link to comment Share on other sites More sharing options...
Furst Posted July 30, 2016 Author Share Posted July 30, 2016 Thank you so much. 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