I need to change the product description card size, but i cant find where i change this.
It need to be the same size as the product photos card, because the way that product description is right now, when the customer scrolls down, the Add to cart buton is being hidden.
1 Like
@Setor_Esportes
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.
@Setor_Esportes
yes, please 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: 1001px) {
.product-block-list__item.product-block-list__item--description {
width: 59%;
}
}
Thanks @KetanKumar . It worked. I’m grateful for your help.