Change product title in JMProducts to two lines

HI there,

I would like to change the product title in JMProducts to allow room for two lines of product name.

This would stop my products from not being in line.

could someone tell me what i need to change?

thanks

http://www.dragntalk.com/forumimages/jmproducts.JPG

2 answers

Profile photo of thangnn1510 0.00 $tone May 31, 2011
Public

Please change this code:

.category-products h2.product-name, .catalog-listing h5 {
font-size: 100%;
font-weight: bold;
}

to
.category-products h2.product-name, .catalog-listing h5 {
font-size: 100%;
font-weight: bold;
min-height: 38px;
}

in skin/frontend/default/jm_galaxite/css/theme.css.

#1

This question is now closed

Written By

Comments