Jump to content

how do i align feuture products modules?


Recommended Posts

You need to give the product description a fixed height to make them all line up. The default PrestaShop theme has the following code to do this:

 

#center_column div.products_block div.product_desc {
height: 9em;
color: #595a5e;
overflow: hidden
}

Link to comment
Share on other sites

×
×
  • Create New...