• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 02.02.21, 10:40
  • Opened by: VANIA FAVRETTO
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #20633 - PKLookBook: graphical problems on mobile

Good morning,

pklookbook in mobile shows some major imperfections in alignments ad resizing of the product images, please look at the attached pic.

There’s a way to correct the problem or to deactivate totally the lookbook in mobile ONLY?

Thank you,
Regards

Attachments:

Schermata 2021-02-02 alle 10.... (221.2 KiB)

Comments

Fred 02 Feb 2021, 13:29

Hi, VANIA FAVRETTO.
Try following CSS fix

@media (max-width:768px) {
    .pk-classic-view .glide__arrows {display: none}
    .pk-classic-view .product-miniature {padding:0;width:100%;max-width: 90%}
}
VANIA FAVRETTO 02 Feb 2021, 14:31

Seems ok, now. Thank you!

Fred 02 Feb 2021, 15:07

You are welcome!