How can I center my collection thumbnail?

Hello

Please help me out for align problem.

As you can see below, when I set up the collection thumbnails, it is not centralized.

I want to keep thumbnail size as "Collections per row " for 3.

If I change to 2, the thumbnails are too big for me on mobile.

Thank you

1 Like

@juana5429

sorry for that issue please share store url so i will check code and give your proper solution

Thanks for your kindness.

https://negagreen.com/

You can find it in the first page.

1 Like

@juana5429

thanks for url, can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.collection-grid .grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
1 Like

I really appreciate you!

1 Like

@juana5429

its my pleasure to help us