• maxwww

    (@maxwww)


    Hi,
    Since a recent update I’ve noticed images on product pages and homepage are not centred. Images are displaying centred on desktop site but on tablets and mobile devices product pages are displaying images aligned left.

    https://thc-thc.com
    https://seedbay.pl

Viewing 1 replies (of 1 total)
  • Thread Starter maxwww

    (@maxwww)

    The pictures were aligned.

    Appearance > Customize > Additional CSS:

    @media (max-width: 767px) {
       ul.products li.product img {
         display: table;
         margin: 0 auto;
       }
    }
    • This reply was modified 5 years ago by maxwww.
    • This reply was modified 5 years ago by maxwww.
Viewing 1 replies (of 1 total)
  • The topic ‘Centre product images mobile’ is closed to new replies.