• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 25.04.22, 08:16
  • Opened by: Martina Farela
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #23292 - Error in product carrousel "viewed products"

Good morning, on the category page. when I add the viewed products slider. This does not display correctly,
The price overlaps the letters. I attached an image so you can see the error. Thanks

Attachments:

Captura.PNG (123.2 KiB)

Comments

Fred 25 Apr 2022, 10:53

Sorry, but of course it will overlap when you add 9 products per row. Just reconfigure the widget to display less products, 4-5

Martina Farela 25 Apr 2022, 11:03

Ok, thanks.
I have a similar problem at checkout in AMP with customer addresses. And here I can’t tell clients that they have only 2-3 addresses. Attached image and thanks for responding quickly

Attachments:

Captura-Direcciones.PNG (49.3 KiB)
Fred 25 Apr 2022, 11:48

Try following CSS fix (Add it to AMP Settings → Customer CSS)

.address-item {
  box-sizing: border-box;
}
#delivery-addresses {
  flex-direction: column;
}
Martina Farela 25 Apr 2022, 12:02

Yes, fixed, thank you very much

Fred 25 Apr 2022, 12:04

You are welcome!