• Priority: 0
  • Status: Waiting on customer
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 23.12.23, 14:16
  • Opened by: Victor Vilette

Ticket #25151 - Display problem with product miniature

Hi
I have a display problem when “Product Miniature” layout is enable. You can see the screenshots attached.
It seems that it is a problem of section or spacing between the different products in the column.
Do you have an idea to solve this ?
Thanks

Comments

Fred 26 Dec 2023, 10:28

Hi, Victor.
Try following css fix

.product-list-container .col-xl-4 {width:100%}
Victor Vilette 26 Dec 2023, 18:34

Hi, Fred.
Thanks for your reply.
css dont work, i solved the problem with this line :

.grid-container {display: inline-block;}

Also, i would like to choose the item number per colomun of my product listing. By default, the grid have only 3 items shown.

My new css line no longer allows me to modify the item number. Do you have a solution ?

Attachments:

Fred 26 Dec 2023, 21:46

I don't see there inline-block property, but listing now looks fine https://take.ms/i1Dq9 have you resolved that in another way?