How can I center the product grid info?

Hello,

I would like to center the product grid info as displayed in the picture.

Hi @ya3goobs ,

If you are using Shopify 2.0 FREE themes then follow the instructions below.

  1. In your Admin store, click Online store > Themes
  2. Go to the theme you want to edit, click Actions > Edit code
  3. In your Asset folder, open the base.css and add the code below
.card--standard>.card__content .card__information {
text-align: center;
}

.card--standard>.card__content .card-information {
    text-align: center;
}

Hello,

the product grid info is still on the left.

Hi @ya3goobs ,

It would be best to provide your website, or at least your Shopify theme. We cannot really work with just an image alone

Hello,

it is www.gamingblock.store

password: mahmpe

Hi @ya3goobs ,

Thank you for the information. Here is the code

.card__content .card__information {
text-align: center;
}

.card__content .card-information {
    text-align: center;
}