How to resize the image content box or align the text to product image

https://effnbeelifestyle.com/collections/luxury-dinner-set-india/dru-collection

i want to align the the text below the product image to be moved upwards

Please add below css in assets/theme.scss.css file

.grid-product__meta {

padding: 0;

}

Thank you.

hi Need more help please, how to get to the page to add the change

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.css ->paste code at the bottom of the file.

Thank you.

hi can we speak please 9845295713

i did that but its not resizing the image

for image size there are so much difference between image size

so, please upload almost same size from admin size.

Thank you.

i just want to remove the fix size of the grey box, as my image is horizontal

Please add below css in assets/theme.scss.css file

.grid-uniform .grid-product__image-link {

vertical-align: top;

}

.product–image {
height: 310px ;
min-height: 310px ;
max-height: 310px ;
}

.grid-product__image-wrapper {
height: 310px !important;
}
Thank you.