Boundless Theme: changed size of images with provided code but images now vertical

I have seen several threads with this same thing, but there is no answer i see posted when it comes to how to make product images horizontal again (just not huge) instead of vertical (after code was added to bottom of template).

On the mobile view the images cover copy/text boxes.

https://www.perfectlyaddicted.com

@PABoutique

can you please confirm this look

That looks great. Is this corrected too?

The change I needed wasn’t fixed as it is still showing images vertically on mobile.

Can you get back to me on this issue? It wasn’t corrected. Thanks!!!

@PABoutique

can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.product-item__link .product-item__image-wrapper {
    padding-top: 150% !important;
}
.product-item__image {
    height: 100%;
    object-fit: cover;
}

I copied and pasted as directed and there is NO CHANGE. The product images are still overlapping the size and quantity text boxes…

I copied and pasted as directed and there is NO CHANGE. The product images are still overlapping the size and quantity text boxes…