• Priority: 0
  • Status: Closed
  • Theme: Venedor
  • Assigned To: Alex
  • Private: No
  • Open Date: 22.06.16, 13:28
  • Opened by: matteo cirio
  • Closed by: Alex
  • Closed on: 20.09.16, 11:36
  • Reason: Closed
  • Comment: Glad to help!

Ticket #9688 - products not aligned

Hello,

under some circumnstances the producto on a page like this one: https://www.finebarrel.com/en/wines/ are not aligned. Some time there are empty spaces in the product list. It is very strange and it didn’t use to happen before.

I have noticed the same problem from other computer as well but it doesn’t happen always. It seems to be related to the screen size.
Do you know how to fix that?

Thanks
Matteo

Comments

Alex 22 Jun 2016, 21:19

Hi. It’s because of changed products name text length.
Add to the CustomCSS

@media (min-width: 1170px) {
  #category .view_grid .product_list > li h3 {
      height:60px
  }
}