Jump to content

[SOLVED] Grid view error


Recommended Posts

so, this is because first three products there has got name in two lines :) your height is "auto" so products have got different height values there. 

 

what to do? define height param  for:

 

#product_list li h3 {
padding: 0 0 10px 0;
font-size: 13px;
color: #000;
height: 23px;
}
 
Link to comment
Share on other sites

 

so, this is because first three products there has got name in two lines :) your height is "auto" so products have got different height values there. 

 

what to do? define height param  for:

 

#product_list li h3 {
padding: 0 0 10px 0;
font-size: 13px;
color: #000;
height: 23px;
}
 

 

 

Thank you, it worked :-)

Link to comment
Share on other sites

×
×
  • Create New...