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! 
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
1 Like
@NicolasBlasti
great thanks for your url
can you try this code
- Go to Online Store->Theme->Edit code
- 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