Jump to content

[SOLVED] Products in same category problem


Recommended Posts

Hey guys, I just added the "products in same category" module and noticed that it moved the comments and more info section to the bottom of the page. Like to know how I can reverse this change. I uploaded two images showing how it should look and how it looks now since the module installation.

 

How it should look

post-785683-0-34717800-1399514222_thumb.jpg

 

How it looks now

post-785683-0-18936000-1399514229_thumb.jpg

 

 

Thanks!

Link to comment
Share on other sites

Awesome it worked! Appreciate the help. If its not too much trouble, like to know if you can help me out with the price number under the images in the "product in same category" section. I noticed that the first product seem to display the price a bit lower than the others and sometimes the last as well. I've attached 3 pics showing the problem.

 

Problem in the left side of poducts in same category

post-785683-0-77412100-1399567061_thumb.jpg

 

Problem in the right side of poducts in same category

post-785683-0-97259900-1399567065_thumb.jpg

 

Problem in the both ends of poducts in same category

post-785683-0-39113200-1399567071_thumb.jpg

 

URL to prob: http://www.vlsboutique.com/prestashop/dresses/2-red-.html

 

Thanks!

Link to comment
Share on other sites

add height:20px; exactly as i show below:

#productscategory_list li p.product_name {
text-align: center;
height: 20px;
}

you can find this code in:

/prestashop/modules/productscategory/css/productscategory.css

 

line ~34

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...