Dears,
I have a question regarding two points:
I guess I changed the width of product description and now I do not know how to fix it. Any tips?
Another issue I have is regarding the images size. I dont know how all images can have the same size. There is any size rule?
Many thanks.
Hi @crispinho , thank you for visiting the Shopify Forum
Congrats on this store!
Did you change the width with code in the template or did you do it without code in the product builder?
In regards to getting the same size of images, you are looking for IMAGE RATIO. You can pick an image ratio (for example square, 1:1) and modify each image when you upload the product, there is a modify size button and make sure all of them have the same ratio.
Hoped it helped
Happy Sales,
~ Lanzi ~
Shopify & Klaviyo Partner
PD: If this answer helped you please like & accept it
Many thanks for your reply.
Regarding the image ratio, you solution works.
About the size of products description, I changed the code in the template.
Many thanks.
1 Like
Hi @crispinho , Glad to hear it works!
With the code you can go back to Edit Code and in the tamplate that you changed, there is a dropdown where you can restore a previous version of the code. That will take it back to how it was before.
If you want to make custom changes, don’t hesitate to contact us.
Happy Sales,
~ Lanzi ~
Shopify & Klaviyo Partner
PD: If this answer helped you please like & accept it
I can not do that, because I have done many other changes 
Please post an URL to that product page to take a look, thank you
Hi Cristiana @crispinho
Please go to the .scss or .css file on your theme. Press ctrl + F and search for .product__info-container
Then try adding this property:
text-align: center;
If it works it should look like this →
Happy Sales,
Lanzi
PD: If this answer helped you please like and accept it
