How can I resize the product grid in Dawn theme?

Hello. How can I make the product grid from full-width, to a bit smaller and to the middle of the page? For example, I attached a photo.

Mine:

Example:

Hello @AndreiGhetu ,

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before

{%  if template contains 'product' %}

{%  endif %}

I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team