M
M
mipfikus2020-06-06 15:18:16
css
mipfikus, 2020-06-06 15:18:16

How to align product photo on category page?

Theme: Storefront
On the category page, for example - mextra.segmenti.lv/categorii/diamond-discs/,
Products on different screen sizes are displayed correctly (width 768px):

5edb88703ee0b551606555.png

and not (width 767px):

5edb8880be69e809529185.png

It seems that this indentation is set by the theme:

5edb88f8252cf799632436.png

What to do to everywhere displayed in the center?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladislav Kim, 2020-06-06
@mipfikus

Good evening. Try setting img margin: 0 auto;

img {
   margin: 0 auto;
}

Or for the parent li class to do this:
li {
        display:flex;
        justify-content: center;
        align-items:center;
    }

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question