Increase image grid and decrease title grid (Product page)

Hi!
I need to increase the grid that has the photo and description and decrease the grid that has the title and price.

My website: www.blasti.com.br

I’ll leave some prints to understand better.

Exemple 1:

Exemple 2:

The first is my site as it is, and the other 2 are how the size of the grids should look.

If you need some site code, or any information, just let me know and I’ll send it.

Thank you!

1 Like

@NicolasBlasti

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

1 Like

My url:

www.blasti.com.br

1 Like

@NicolasBlasti

great thanks for your url

can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
@media screen and (min-width: 1000px){
.product-block-list__wrapper {width: calc(60% - 15px);}
.product-block-list__item--info {width: calc(40% - 15px);}
}
1 Like

It turned out great! Thank you very much for your help and speed.

1 Like

@NicolasBlasti

its my pleasure to help us